Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader U-Boot

6 bytes added, 08:55, 8 March 2018
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 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-gnugnueabihf-.
As example, once you've downloaded the u-boot source, you should follow these steps: