Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The bootloader U-Boot

448 bytes added, 12:56, 8 May 2018
Build your U-BOOT
<span style="color: #002d87;"> $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-</span>
Once the compile process has sucesfully finished, we will find the resulting files inside the u-boot root folder. Depending on the processor the generated files will be different:
* After doing that we will have our U-Boot ready with their files to execute.** The result for '''ARM''' processor based board will be a '''MLO''' and '''u-boot.img'''.** The result for '''Freescale'''-'''NXP'''<strong style="font-size: 0.939em;"> </strong><span style="font-size: 0.939em;">processor based will be a </span><strong style="font-size: 0.939em;">u-boot.imx.</strong>
Finally we can copy this file in a boot device, for example, a microSD Memory Card and power on the board.
You can install these files, for example, in the boot partition of a SD-card.  
 
MENSAJE: In the case of the Freescale-NXP Porcessor Boards, it is not possible tu copy directly the u-boot.imx file. It is necessary to copy in the first blocks of the boot device using the dd command. It is explained in the following link.
===<span id="What_next..." class="mw-headline">What next...</span>===
* Boot from USB.
* Boot from Network.
 
==<span style="color: #999999;">u-boot Freescale-NXP iMX6 series</span>==
560
edits