Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro flash

33 bytes added, 15:39, 9 June 2014
Install the Rootfs (Using Ubi filesystem)
== Install the Rootfs (Using Ubi filesystem) ==
a) Format the partition with ubi
<pre>$ ubiformat /dev/mtd2</pre>
b) Attach the device
<pre>$ ubiattach -p /dev/mtd2</pre>
c) Create the ubi volume
<pre>$ ubimkvol /dev/ubi0 -N rootfs -s 486MiB</pre>
d) Download the ubuntu image