Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro flash

1,383 bytes added, 15:50, 9 June 2014
Install the Rootfs (Using Ubi filesystem)
ubuntu-12.04.04-lts-isee-igep00x0-20140606-armel.ubi.img : Is the ubi generated image<br>
 
e) Copy the ubi ubuntu image inside your board
You can use ssh (the image has a openssh server installed) or you can install wget tool and download the image directly.
 
f) Install the ubi ubuntu image
<pre>$ ubiupdatevol /dev/ubi0_0 /root/ubuntu-12.04.04-lts-isee-igep00x0-20140606-armel.ubi.img</pre>
 
g) Mount the ubi partition and verify the content
<pre>$ mount -t ubifs ubi0:rootfs /mnt/
$ls -al
drwxrwxr-x 21 igep igep 1376 Jun 5 15:06 .
drwxrwxr-x 22 igep igep 4096 Jun 9 11:11 ..
drwxr-xr-x 2 root root 6848 Jun 5 15:29 bin
drwxr-xr-x 2 root root 160 Apr 19 2012 boot
drwxr-xr-x 4 root root 5824 Jun 3 15:04 dev
drwxr-xr-x 50 root root 7624 Jun 5 16:06 etc
drwxr-xr-x 4 root root 288 Jun 5 15:23 home
drwxr-xr-x 11 root root 2056 Jun 5 15:21 lib
drwxr-xr-x 2 root root 160 Jun 3 15:02 media
drwxr-xr-x 2 root root 160 Apr 19 2012 mnt
drwxr-xr-x 2 root root 160 Jun 3 15:02 opt
drwxr-xr-x 2 root root 160 Apr 19 2012 proc
drwx------ 3 root root 440 Jun 5 15:54 root
drwxr-xr-x 6 root root 616 Jun 5 15:14 run
drwxr-xr-x 2 root root 8256 Jun 5 15:21 sbin
drwxr-xr-x 2 root root 160 Mar 5 2012 selinux
drwxr-xr-x 2 root root 160 Jun 3 15:02 srv
drwxr-xr-x 2 root root 160 Apr 14 2012 sys
drwxrwxrwt 3 root root 224 Jun 5 16:06 tmp
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>