Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

10 bytes removed, 11:04, 24 July 2010
no edit summary
{| border="1" class="simple"
|-
| '''Platform'''
! '''Sources'''
! '''uImage binary'''
! '''Modules binaries'''
|-
|  IGEP0020 
| [http://downloads.igep.es/sources/linux-omap-2.6.28.10-3.tar.gz 2.6.28.10-3] ([http://downloads.igep.es/sources/linux-omap-2.6.28.10-3.tar.gz.md5 md5sum])
| [http://downloads.igep.es/binaries/kernel/v2.6.28.10-3/uImage-2.6.28.10-3.bin uImage-2.6.28.10-3.bin] ([http://downloads.igep.es/binaries/kernel/v2.6.28.10-3/uImage-2.6.28.10-3.bin.md5 md5sum])
Download the IGEP v2 Linux kernel sources and follow next steps:
<pre>$ wget http://downloads.igep.es/sources/linux-omap-2.6.28.tar.gz$ tar xzf linux-omap-2.6.28.tar.gz$ cd [kernel version]$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- igep0020_defconfig$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage modules
</pre>
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>
0
edits