Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

89 bytes added, 10:56, 24 July 2010
Linux OMAP v2.6.33 series (stable)
{| border="1"
|-
! '''Platform'''
! '''Sources'''
! '''uImage binary'''
! '''Modules binaries'''
|-
|  IGEP0020 
| [http://downloads.igep.es/sources/linux-omap-2.6.33.5-0.tar.gz 2.6.33.5-0] ([http://downloads.igep.es/sources/linux-omap-2.6.33.5-0.tar.gz.md5 md5sum])
| [http://downloads.igep.es/binaries/kernel/v2.6.33.5-0/uImage-2.6.33.5-0-igep0020.bin uImage-2.6.33.5-0-igep0020.bin] ([http://downloads.igep.es/binaries/kernel/v2.6.33.5-0/uImage-2.6.33.5-0-igep0020.bin.md5 md5sum])
| [http://downloads.igep.es/binaries/kernel/v2.6.33.5-0/linux-omap-modules-2.6.33.5-0-igep0020.tar.gz modules-2.6.33.5-0-igep0020] ([http://downloads.igep.es/binaries/kernel/v2.6.33.5-0/linux-omap-modules-2.6.33.5-0-igep0020.tar.gz.md5 md5sum)]
|-
|  IGEP0030 
| [http://downloads.igep.es/sources/linux-omap-2.6.33.5-0.tar.gz 2.6.33.5-0] ([http://downloads.igep.es/sources/linux-omap-2.6.33.5-0.tar.gz.md5 md5sum])
| [http://downloads.igep.es/binaries/kernel/v2.6.33.5-0/uImage-2.6.33.5-0-igep0030.bin uImage-2.6.33.5-0-igep0030.bin] ([http://downloads.igep.es/binaries/kernel/v2.6.33.5-0/uImage-2.6.33.5-0-igep0030.bin.md5 md5sum])
Download the IGEP Linux kernel sources and follow next steps:
 
$ wget http://downloads.igep.es/sources/linux-omap-2.6.33.tar.gz
$ tar xzf linux-omap-2.6.33.tar.gz
$ cd [kernel version]
$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- <&lt;board-config>&gt; $ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage modules
where:
* <&lt;board-config> &gt; is igep0020_defconfig for IGEP v2 platform.* <&lt;board-config> &gt; is igep0030_defconfig for OMAP3 IGEP module.
The result will be an uImage file in arch/arm/boot directory. You can install the kernel modules to your target rootfs
 
$ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=[path to your target rootfs]
==== CHANGELOG ====
* [http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=7c1be0293958b1aa661b224cecf96bbf8a34bc61 2010-06-11 Release 2.6.33.5-0]** add support for OMAP3 IGEP module (igep0030)
=== Linux OMAP v2.6.28 series (stable) ===
0
edits