Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Prepare a bootable MicroSD Card

36 bytes removed, 14:45, 11 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 <<strong>your_MLO</strong>> /media/<your_user>/boot<br>cp <<strong>your_u-boot.img</strong>> /media/<your_user>/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/<your_microSD> 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==
The root file system have to be extracted into the'' root folder''  of the '''rootfs''' partition.
 
==Kernel==
Kernel files, '''zImage '''and''' .dtb''', can be copied into the'' root folder'' of the''' boot partition'''
'''Kernel Modules '''can have to be copied using the command indicated in the kernel compilation [[Linux Kernel 4.9.y|post]] into the '''rootfs partition'''. 
560
edits