Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro flash

495 bytes added, 15:44, 9 June 2014
Install the Rootfs (Using Ubi filesystem)
$ umount /mnt</pre>
== Install the Rootfs (Using Ubi filesystem) ==a) Format the partition with ubi<pre>$ ubiformat /dev/mtd2</pre>
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 [http://downloads.isee.biz/pub/distros/ubuntu/ubuntu-12.04.04-lts-isee-igep00x0-20140606-armel.ubi.img ubi ubuntu image]
c) Create the ubi volumeThis image is generated using this command:<pre>$ ubimkvol mkfs.ubifs -r ubuntu-12.04.04-lts-isee-igep00x0-armel/dev/ubi0 -N rootfs m 2048 -e 129024 -c 4044 -o ubuntu-12.04.04-lts-isee-igep00x0-20140606-s 486MiBarmel.ubi.img</pre>Where:
d) Download ubuntu-12.04.04-lts-isee-igep00x0-armel: Is the rootfs uncompressed directory<br> ubuntu -12.04.04-lts-isee-igep00x0-20140606-armel.ubi.img : Is the ubi generated image<br>