This is an old revision of the document!
Embedded Artists provides patches for u-boot 1.1.6. This is a very old u-boot but we have to use it as our board is not supported on the main u-boot development line. The version of u-boot that we are using, 1.1.6, does not seem to be compilable under Codesourcery g++. A non-EABI tool is needed, like bare metal, therefore crosstool-ng is needed.
# u-boot.bin is a raw binary image # u-boot is an image in ELF binary format # u-boot.srec is in Motorola S-Record format arm-unknown-elf-objcopy -I binary -O ihex u-boot.bin u-boot.hex