Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

53 bytes removed, 14:46, 11 May 2018
U-Boot
* Copy MLO and u-boot.img to primary into the ''root folder'' of the '''boot partition'''
<pre>cp <<strong>your_MLO</strong>> /media//boot<br>cp <<strong>your_u-boot.img</strong>> /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=<<strong>your_u-boot.imx</strong>> 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
 
 
==Root file System==
560
edits