You are looking at an old revision of the page Build. This revision was created by Rene Leitner.
Table of Content
How to build U-Boot from Source
Details
Browse sources and change log
http://git.goldelico.com/?p=gta04-uboot.git;a=summary
Get sources
git clone git://git.goldelico.com/gta04-uboot.git
cd gta04-uboot
git checkout gta04
Build (for Openmoko Beagle Hybrid)
cd u-boot
export ARCH=arm
make omap3_beagleb1_config
make
The result will be the file boot/u-boot.bin. Copy this file to the FAT partition of your SD card.
Build (for GTA04)
make omap3_gta04_config
Test over Serial
GTA04 # loady 0x80008000
Send u-boot.bin via ymodem (minicom -> ctrl + a -> ctrl + s)
GTA04 # go 0x80008000