Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

U-Boot Freescale-NXP iMX6 Series

59 bytes added, 12:25, 9 March 2018
What next...
<code>$ git clone git@git.isee.biz:arm-boot/u-boot-imx.git</code>
 
or
  <code>$ git clone https://git.isee.biz/arm-boot/u-boot-imx.git</code>
===Checkout u-boot repo===
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.
* [[How to boot from MicroSD Card|Boot from MicroSD Card.]]
* Boot from NAND flash.
* Boot from eMMC.
* Boot from USB.
* Boot from Network.
 
[[Category:U-Boot]]