Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro

1,742 bytes added, 10:14, 9 June 2014
no edit summary
<pre>$ tar xvfj ubuntu-12.04.04-lts-isee-igep00x0-20140606-armel.tar.bz2 </pre>
After that sync and eject the microsd card.
 
== Boot the board<br> ==
 
Insert the microsd card in the IGEPv2 board (or IGEP&nbsp;COM&nbsp;Module / IGEP COM Proton)<br>
 
Plug the power cord and you should see a similar boot like this:<br>
 
<br>
 
== After first boot ==
 
After the first boot you should install some packages included into the /root/packages directory like wifi/bt firmware, the kernel and other packages ...
 
The command for install these packages is the debian/ubuntu install tool dpkg:
 
$ dpkg -i &lt;package name&gt;
 
=== Notes about install the kernel ===
 
The kernel 2.6.37 is provided in a debian/ubuntu package but some steps must be done before and after install the package:
 
Before Install the package:
 
#Check the boot partition (verify that you've the boot partition mounted in the boot directory)
 
$ mount
 
 
 
== What is included ...<br> ==
 
This package is based on Ubuntu 12.04.4 Core with some extra packages.<br>
 
You can check the complete log reading the Changelog included into the root directory.
 
 
 
<br>
 
The basic packages for IGEPv2 /&nbsp;IGEP COM Module / IGEP COM Proton be included inside the rootfs.<br>
 
Using the serial console enter into the /root directory and you will find there the packages directory if you want install the packages execute this command:<br>
 
dpkg -i &lt;package name&gt;<br>
 
The packages included are:<br>
 
*Wifi &amp; BT firmware packages (Marvell or TI Wilink)<br>
*Kernel package (include kernel + modules)<br>
 
This distribution is based on Ubuntu Core distribution addding some packages, you can check the complete change log reading the changelong included inside /root directory<br>
 
The root password is: letmein<br>
 
The distribution include a normal user also:<br>
 
Username: igep<br>
 
Password: igep<br>
<br>