Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro

35 bytes added, 09:52, 9 June 2014
no edit summary
Uncompress the boot package into the boot partition (normally mounted on /media/boot)
<pre>$ cd /media/boot
$ cd /media/boot  $ tar xvfj ubuntu-12.04.4-isee-igeo00x0-boot.tar.bz2 </pre>
After incompress the content you should see inside the /media/boot these content:
 <pre>$ zImage MLO igep.ini </pre>
The default configuration is set for boot IGEPv2 board if you wish boot the IGEP COM Module or IGEP COM Proton then you must edit the file igep.ini and modify the variable:
 <pre>MachineID=&lt;board id&gt; </pre>
Where board id:
Now enter into the rootfs partiton (normally mounted on /media/rootfs) and uncompress the ubuntu 12.04.4 package on it as:
 <pre>$ tar xvfj ubuntu-12.04.04-lts-isee-igep00x0-20140606-armel.tar.bz2 </pre>After that sync and eject the microsd card.
<br>