Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

46 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 <your_MLO> /media//boot<br>cp <your_u-boot.img> /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=<your_u-boot.imx> 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