Changes

How to boot from MicroSD Card

409 bytes added, 18:30, 2 June 2011
no edit summary
*Format: EXT4<br>
*Size: All the Rest<br>
*Label: Rootfs<br>*'''Align to: cylinder'''
At end we will click on "Add" button.
Create a new file into the boot partition named igep.ini with these content and save the file.
== Kernel &amp; Rootfs ==
You can follow this other howto about [[The_Linux_kernelThe Linux kernel|how compile and install the Linux Kernel]].
We will use the [http://downloads.igep.es/files/linaro-m-headless-tar-20101108-2.tar.gz linaro headless] image as rootfs.
=== Download Create the rootfs package Rootfs mount point ===
Go to /media directory and create one subfolder called "binary"
<pre>$ cd /media
$ sudo mkdir binary
</pre>
=== Mount the RootFS partition ===
linaro-m-headless-tar-20101108-2.tar.gzMount the rootfs partition using the 'binary' directory<pre>$ media &gt; sudo mount /dev/mmcblkp2 /media/binary</pre>=== Untar the rootfs package ===
Copy your zImage (Kernel Image) into "linaro-m-headless-tar-20101108-2.tar.gz" file inside the /media directory and untar the boot partitionfile<pre>$ media &gt; sudo tar xvfz linaro-m-headless-tar-20101108-2.tar.gz</pre>