Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv5 Ubuntu Distro

1,399 bytes added, 17:23, 9 March 2014
no edit summary
Ubuntu 12.04.4 LTS can be downloaded from our server in this [http://downloads.isee.biz/pub/igepv5_ce/arm-ubuntu/images/ubuntu-12.04.4-LTS-hf location]. This distribution is based on [https://wiki.ubuntu.com/Core Ubuntu Core]<br>
=== Initial Setup === As we explain before we will create a chroot environment using this image: <pre>mkdir -p ~/rootfs/armhf-ubuntu-core-12.04.4cd ~/rootwget http://downloads.isee.biz/pub/igepv5_ce/arm-ubuntu/images/ubuntu-12.04.4-LTS-hf/ubuntu-core-12.04.4-core-armhf.tar.gz cd armhf-ubuntu-core-12.04.4 sudo tar xvfz ../ubuntu-core-12.04.4-core-armhf.tar.gzsudo cp /usr/bin/qemu-arm-static usr/binsudo chroot .</pre>Now if you execute the command ls -al you should see a similar directory listing like this:<pre>drwxr-xr-x 2 root root 4096 Feb 3 16:42 bindrwxr-xr-x 2 root root 4096 Apr 19 2012 bootdrwxr-xr-x 3 root root 4096 Feb 3 16:41 devdrwxr-xr-x 41 root root 4096 Feb 3 16:42 etcdrwxr-xr-x 2 root root 4096 Apr 19 2012 homedrwxr-xr-x 11 root root 4096 Feb 3 16:41 libdrwxr-xr-x 2 root root 4096 Feb 3 16:39 mediadrwxr-xr-x 2 root root 4096 Apr 19 2012 mntdrwxr-xr-x 2 root root 4096 Feb 3 16:39 optdrwxr-xr-x 2 root root 4096 Apr 19 2012 procdrwx------ 2 root root 4096 Feb 3 16:42 rootdrwxr-xr-x 5 root root 4096 Feb 3 16:41 rundrwxr-xr-x 2 root root 4096 Feb 3 16:42 sbindrwxr-xr-x 2 root root 4096 Mar 5 2012 selinuxdrwxr-xr-x 2 root root 4096 Feb 3 16:39 srvdrwxr-xr-x 2 root root 4096 Apr 14 2012 sysdrwxrwxrwt 2 root root 4096 Feb 3 16:41 tmpdrwxr-xr-x 10 root root 4096 Feb 3 16:39 usrdrwxr-xr-x 11 root root 4096 Feb 3 16:39 var</pre>