Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

1,430 bytes removed, 18:47, 30 July 2011
remove unmantained Linux OMAP v2.6.28 series
*[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 ====
 
Latest stable kernel version is: '''2.6.28.10-3 (20100318)'''
 
Supported platforms: IGEP0020 (OMAP35x)
 
{| 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])
| [http://downloads.igep.es/binaries/kernel/v2.6.28.10-3/linux-omap-modules-2.6.28.10-3.tar.gz modules-2.6.28.10-3] ([http://downloads.igep.es/binaries/kernel/v2.6.28.10-3/linux-omap-modules-2.6.28.10-3.tar.gz.md5 md5sum)]
|}
 
Download the IGEP v2 Linux kernel sources and follow next steps:
 
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
 
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]
==== Linux mainline tree (development) ====
0
edits