Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

5 bytes removed, 11:15, 5 June 2010
Linux OMAP v2.6.33 series (stable)
Download the IGEP v2 Linux kernel sources and follow next steps:
<pre>$ wget http://www.downloads.igep.es/sources/linux-omap-2.6.33.tar.gz
$ tar xzf linux-omap-2.6.33.tar.gz
$ cd [kernel version]
The result will be an uImage file in arch/arm/boot directory. You can install the kernel modules to your target rootfs
<pre>$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=[path to your target rootfs]
</pre>  
==== Linux OMAP v2.6.28 series (stable) ====
0
edits