Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader U-Boot

85 bytes added, 09:00, 8 March 2018
How to cross compile the U-Boot
make CROSS_COMPILE=[cross compiler] [board config]
make CROSS_COMPILE=[cross compiler]
The result for Texas Instruments processor based board will be a MLO and u-boot.img.
The result will be a MLO and a u-boot.img file. You can install these files, for example, in the boot partition of a SD-card.