Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

2,391 bytes removed, 18:48, 30 July 2011
remove unmaintained Linux OMAP v2.6.33 series
*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=90ca5f215048ee612398610fab3981589da05633 2010-10-19 Release 2.6.35.7-0]
**First release for 2.6.35 series
 
==== Linux OMAP v2.6.33 series ====
 
Latest stable kernel version is: '''2.6.33.7-0 (20100825)'''
 
Supported platforms: IGEP0020 and IGEP0030 (OMAP35x)
 
{| border="1"
|-
! '''Platform'''
! '''Sources'''
! '''uImage binary'''
! '''Modules binaries'''
|-
|  IGEP00x0 
| [http://downloads.igep.es/sources/linux-omap-2.6.33.7-0.tar.gz 2.6.33.7-0] ([http://downloads.igep.es/sources/linux-omap-2.6.33.7-0.tar.gz.md5 md5sum])
| [http://downloads.igep.es/binaries/kernel/v2.6.33.7-0/uImage-2.6.33.7-0.bin uImage-2.6.33.7-0.bin] ([http://downloads.igep.es/binaries/kernel/v2.6.33.7-0/uImage-2.6.33.7-0.bin.md5 md5sum])
| [http://downloads.igep.es/binaries/kernel/v2.6.33.7-0/linux-omap-modules-2.6.33.7-0.tar.gz modules-2.6.33.7-0] ([http://downloads.igep.es/binaries/kernel/v2.6.33.7-0/linux-omap-modules-2.6.33.7-0.tar.gz.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- <board-config>
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
 
where the last line is only required if you want to manualy modify the kernel options and
 
*<board-config> is igep0020_defconfig for IGEP v2 platform.
*<board-config> is igep0030_defconfig for OMAP3 IGEP module.
 
Then build the kernel with:
 
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]
 
'''CHANGELOG'''
 
*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=41815090632f051ae8f2281eef5827a7cd985837 2010-08-25 Release 2.6.33.7-0]
**add SGX drivers pulled from TI SDK 3.01.00.06
*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=ed7f5d0c802527869c6f87ded0d0fc620c73ecb2 2010-07-29 Release 2.6.33.6-0]
**add support auto RS485 direction control
**fix bufferram management for OneNAND
**usb: make disconnect and suspend interrupts work again
*[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 mainline tree (development) ====
0
edits