Changes

How to boot from MicroSD Card

198 bytes added, 11:46, 9 March 2018
u-boot.imx IGEP Boards based on NXP-Freescale Processors
$ cp MLO u-boot.img /media/user/boot
You can follow this [[U-Boot Texas Instruments Series|HowTo]] if you want build the MLO and u-boot
 
==u-boot.imx IGEP Boards based on NXP-Freescale Processors==
* Copy u-boot.imx using dd before primary partition in raw mode as
sudo dd if=/home/user/u-boot-imx/u-boot.imx of=/dev/sde bs=512 seek=2
Where /dev/sde is your microsd card
 
You can follow this [[U-boot Freescale-NXP iMX6 Series|HowTo ]]if you want build the u-boot.imx
==Kernel==