Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader U-Boot

50 bytes removed, 09:03, 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 for iMX6 processor based will be a MLO and a '''u-boot.img file. You can install these files, for example, in the boot partition of a SD-cardimx.'''
=Stable U-Boot=