Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro

56 bytes added, 09:51, 9 June 2014
no edit summary
=== Copy the Content into the MicroSD Card ===
Uncompress the boot package into the boot partition (normally mounted on /media/boot)
$ cd /media/boot
$ tar xvfj ubuntu-12.04.4-isee-igeo00x0-boot.tar.bz2
After incompress the content you should see inside the /media/boot these content:
$ zImage MLO igep.ini
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:
MachineID=<board id>
Where board id:
IGEP Module =&gt; 2717 <br>IGEPv2 =&gt; 2344<br>IGEP COM PROTON =&gt; 3203
Save the file
Now enter into the rootfs partiton (normally mounted on /media/rootfs) and uncompress the ubuntu 12.04.4 package on it as:
$ tar xvfj ubuntu-12.04.04-lts-isee-igep00x0-20140606-armel.tar.bz2 After that sync and eject the microsd card.
<br>