Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

116 bytes added, 10:32, 18 May 2018
How to copy everything into the MicroSD Card
* Copy MLO and u-boot.img to primary into the ''root folder'' of the '''boot partition'''
<pre>cp [your_u-boot_directory]/u.boot.img /media/user/boot cp [your_u-boot_directory]/MLO /media/user/boot
</pre>
You can follow this post [[The bootloader U-Boot|U-boot Bootloader]] 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 ifsudo dd if= /[your_u-boot_directory]/u-boot.imx of=/dev/ [your_sd] bs=512 seek=2 </pre>
You can follow this post [[The bootloader U-Boot|U-boot Bootloader]] you want build the u-boot.imx
 
560
edits