Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Freescale-NXP iMX6 Series

507 bytes added, 11:50, 8 March 2018
U-Boot 2015.04.y [EOL]
==U-Boot 2015.04.y [EOL]==
===Clone the u-boot repo===Clone the u-boot repository using next git address:
<code>$ git clone git@git.isee.biz:arm-boot/u-boot-fslc.git</code>
 <code>$ git clone https://git.isee.biz/arm-boot/u-boot-fslc.git</code>
===Checkout u-boot repo===
Go to the u-boot-fscl directory and checkout the version 2015.04.y as:
<code>$ git checkout remotes/origin/isee-imx-patches-2015.04-next -b isee-imx-patches-2015.04-next.local</code> 
===Set the board configuration===
Now build the u-boot, first set the configuration with:
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- mx6s_igep0046_defconfig</code>
 
===Build u-boot===
You can build u-boot executing this command:
 
<code>$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-</code>
 
===What next...===
After build u-boot you can use it for boot the board, exist several options for boot, check the Hardware Reference Manual about the options available for your board.
 
* Boot from MicroSD Card.
* Boot from NAND flash.
* Boot from eMMC.
* Boot from USB.
* Boot from Network.