Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

12 bytes added, 10:57, 15 May 2018
U-Boot
* Copy MLO and u-boot.img to primary into the ''root folder'' of the '''boot partition'''
<pre>cp /media//boot cp /media//boot</pre> 
You can follow this [[How to prepare a bootable MicroSD Card|link]] if you want build the MLO and u-boot
* Copy u-boot.imx using dd before primary partition in raw mode as
<pre>sudo dd if= of=/dev/ bs=512 seek=2</pre> 
You can follow this [[How to prepare a bootable MicroSD Card|link]] you want build the u-boot.imx
560
edits