I use the following process to build uboot:
git clone git://git.denx.de/u-boot.git u-boot-main
cd u-boot-main
git checkout --track -b omap3 origin/master
Build (assuming Code Sourcery GCC):
make CROSS_COMPILE=arm-none-linux-gnueabi- mrproper
make CROSS_COMPILE=arm-none-linux-gnueabi- omap3_beagle_config
make CROSS_COMPILE=arm-none-linux-gnueabi-
It builds fine, but when I try to copy it to the SD card and boot off
of it, it does this:
Texas Instruments X-Loader 1.4.4ss (Dec 13 2010 - 16:10:06)
Beagle xM Rev A
Reading boot sector
Loading u-boot.bin from mmc
�BO�H%*z�k*�숬L`
Any ideas?