Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro

676 bytes added, 11:22, 9 June 2014
no edit summary
</pre>
== After first boot ==
After When the system boot (for a first boot time) you should install some packages included into the /root/packages directory like wifi/bt firmware, will see this error related to the kernel and other packages ...modules:
The command for install these packages is the debian/ubuntu install tool dpkg:
$ dpkg -i &lt;package name&gt;
=== Notes about modprobe: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory<br><br>modprobe: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory<br><br>This is normal due we didn't install the kernel ===yet ...
The kernel 2.6.37 is provided in a debian/ubuntu package but some steps must be done before and after install the package:
 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 <span style="color: rgb(255, 0, 0);">/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)</span>
if the microsd card first partition is not mounted (not show the upper message) mount it manually as
$ mount /dev/mmcblk0p1 /boot
== What is included ...<br> ==