Changes

IGEPv2 Ubuntu Distro flash

521 bytes added, 15:57, 9 June 2014
Install the kernel (first boot)
<pre>$ cd ..
$ umount /mnt</pre>
Now we will edit the file igep.ini due we must specify the root boot partition
Find inside the file any line similar to this one and comment it:
<pre>root=/dev/mmcblk0p2 rw rootwait</pre>
to
<pre>;root=/dev/mmcblk0p2 rw rootwait</pre>
And now we will activate the rootfs as ubi, you should locate these commented lines:
 
; --- Configure UBI FS boot ---
<pre>
;ubi.mtd=2
;root=ubi0:igep0020-rootfs
;rootfstype=ubifs</pre>
And uncomment the three lines as:
<pre>
ubi.mtd=2
root=ubi0:igep0020-rootfs
rootfstype=ubifs</pre>
== Install the Rootfs (Using Ubi filesystem) ==