robutest / u-boot

U-Boot for Cortex-M3 and Cortex-M4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source tree of U-Boot, a popular boot loader for embedded devices. U-Boot was developed by DENX Software Engineering (www.denx.de).

This particular version of U-Boot supports several Cortex-M3 and Cortex-M4 based MCUs.

For compiling:
export CROSS_COMPILE=arm-uclinuxeabi-
export ARCH=arm
make O=stm32429-disco stm32429-disco

About

U-Boot for Cortex-M3 and Cortex-M4

License:Other


Languages

Language:C 94.5%Language:Assembly 3.6%Language:C++ 1.4%Language:Objective-C 0.4%Language:Shell 0.1%Language:Python 0.0%Language:Awk 0.0%