Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader U-Boot

No change in size, 17:29, 2 July 2013
How to cross compile the U-Boot
= How to cross compile the U-Boot =
In order to compile and build the U-Boot for IGEP Processor boards PROCESSOR BOARDS you should set the CROSS_COMPILE variable. Set this to the prefix of your toolchain (including the trailing dash "-"). So if your toolchain is invoked as say arm-linux-gnueabi-gcc, just chop off that trailing gcc and that's what you use: arm-linux-gnu-.
As example, once you've downloaded the u-boot source, you should follow these steps:
0
edits