This worked for me (u-boot cross compiling under Linux):

1) get the Linaro Toolchain Binaries 2013.03
https://launchpad.net/linaro-toolchain-binaries/+milestone/2013.03

2) get the latest u-boot sources
git clone git://git.denx.de/u-boot.git/

3) Build u-boot (working on checked out master branch):
export 
PATH=$PATH:/<your-linaro-toolchain-path>/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin
CROSS_COMPILE=arm-linux-gnueabihf- make distclean
CROSS_COMPILE=arm-linux-gnueabihf- make am335x_boneblack_config
CROSS_COMPILE=arm-linux-gnueabihf- make

you will obtain the latest MLO and u-boot.img files

--
Ralf

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to