Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro flash

202 bytes added, 18:13, 9 June 2014
no edit summary
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 12.04.4 LTS armel image] or ubi ubuntu 12.04.4 LTS armhf image
This image is generated using this command:
<pre>$ mkfs.ubifs -r ubuntu-12.04.04-lts-isee-igep00x0-armel/ -m 2048 -e 129024 -c 4044 -o ubuntu-12.04.04-lts-isee-igep00x0-20140606-armel.ubi.img
or $ mkfs.ubifs -r ubuntu-12.04.04-lts-isee-igep00x0-armhf/ -m 2048 -e 129024 -c 4044 -o ubuntu-12.04.04-lts-isee-igep00x0-20140606-armhf.ubi.img</pre>
Where:
drwxr-xr-x 10 root root 672 Jun 3 15:02 usr
drwxr-xr-x 11 root root 864 Jun 3 15:02 var
</pre>  
== Boot from Flash (first time) ==