Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro

1,430 bytes added, 11:33, 9 June 2014
After first boot
== After first boot ==
When the system boot (for a first time) you will see this error related to the kernel modules: <br> modprobe: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory<br>modprobe: FATAL: Could not load /lib/modules/2.6.37/modules.dep: No such file or directory<br>This is normal due we didn't install the kernel yet ...
login using the serial console:
<pre>username: root
password: letmein
</pre>=== Verify the boot partition ===
After Check the first boot partition (verify that you should install some packages included into 've the /root/packages boot partition mounted in the boot directory like wifi/bt firmware, the kernel and other packages ... )
The command for $ 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  === Install the kernel package === Go to /root/packages directory $ cd /root/packages $ dpkg -i linux-image-2.6.37_0009.isee_armel.deb Selecting previously unselected package linux-image-2.6.37.<br>(Reading database ... 14495 files and directories currently installed.)<br>Unpacking linux-image-2.6.37 (from linux-image-2.6.37_0009.isee_armel.deb) ...<br>Done.<br>Setting up linux-image-2.6.37 (0009.isee) ...<br>Running depmod.<br>update-initramfs: deferring update (hook will be called later)<br>Examining /etc/kernel/postinst.d.<br>run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 2.6.37 /boot/vmlinuz-2.6.37<br>run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.37 /boot/vmlinuz-2.6.37<br>update-initramfs: Generating /boot/initrd.img-2.6.37<br>Now install these packages is the debianwifi/ubuntu bt firmware (you can install tool dpkgboth Marvel and TI firmware or choice the appropiate firmware) :
$ dpkg -i &lt;package name&gt; igep-fw-wifi-marvell-8686_0.1_all.deb
=== Notes about install the kernel ===$ dpkg -i dpkg -i igep-fw-wifi-ti-wl1271_0.1_all.deb
The Due the first partition uses FAT32 is not possible create symbolic links to the kernel 2.6.37 is provided in a debian/ubuntu package but some steps must be done before and image installed, after install the package: go to /boot directory
Before Install the package: $ cd /boot
#Check the boot partition (verify that you've the boot partition mounted in the boot directory)$ ls -al
$ mount -rwxr-xr-x&nbsp; 1 root root&nbsp;&nbsp; 60264 Jun&nbsp; 9&nbsp; 2014 MLO<br>-rwxr-xr-x&nbsp; 1 root root 1369661 Jun&nbsp; 5&nbsp; 2014 System.map-2.6.37<br>-rwxr-xr-x&nbsp; 1 root root&nbsp;&nbsp; 70924 Jun&nbsp; 5&nbsp; 2014 config-2.6.37<br>-rwxr-xr-x&nbsp; 1 root root&nbsp;&nbsp;&nbsp; 3018 Jun&nbsp; 9&nbsp; 2014 igep.ini<br>-rwxr-xr-x&nbsp; 1 root root 1453444 Jan&nbsp; 1 00:23 initrd.img-2.6.37<br>-rwxr-xr-x&nbsp; 1 root root 3149692 Jun&nbsp; 5&nbsp; 2014 vmlinuz-2.6.37<br>-rwxr-xr-x&nbsp; 1 root root 3149692 Jun&nbsp; 9&nbsp; 2014 zImage<br>Overwrite the zImage file using the vmlinuz-2.6.37 file as:
<span style="color: rgb(255, 0, 0);">/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859$ cp vmlinuz-1,shortname=mixed,errors=remount-ro)</span> 2.6.37 zImage
if the microsd card first partition is not mounted (not show the upper message) mount it manually as $ sync
$ mount /dev/mmcblk0p1 /bootAt last reboot the board for take the changes effect ...
== What is included ...<br> ==