Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro flash

349 bytes added, 13:57, 9 June 2014
Install the Bootloader
<pre>$ writeloader-armhf -i /boot/MLO -o /dev/mtd0</pre>
 
== Install the kernel (first boot) ==
We must create a jffs2 partition for the boot device, we will use this command:
<pre>$ mount -t jffs2 /dev/mtdblock1 /mnt</pre>
Now we can copy the boot content inside as
<pre>$ cd /mnt
$ cp /boot/* .</pre>
and after that we can unmount the device as
<pre>$ cd ..
$ umount /mnt</pre>
 
== Install the Rootfs ==