Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro

776 bytes added, 09:50, 9 June 2014
no edit summary
<span style="color: rgb(51, 153, 102);">TIP: If the microsd card is not mounted eject the microsd card and insert it in the microsd reader again and the system will mount it automatically or mount the card manually.</span>
=== 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=&lt;board id&gt; 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 <br>