Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro flash

83 bytes added, 15:59, 9 June 2014
Install the kernel (first boot)
<pre>$ cd ..
$ umount /mnt</pre>
Now we will edit the file igep.ini (using nano) due we must specify the root boot partition.<br>
Find inside the file any line similar to this one and comment it:
; --- Configure MMC boot ---
Change:
<pre>root=/dev/mmcblk0p2 rw rootwait</pre>
to
root=ubi0:igep0020-rootfs
rootfstype=ubifs</pre>
 
At leatest save the file.
== Install the Rootfs (Using Ubi filesystem) ==