Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

3,906 bytes removed, 18:49, 30 July 2011
Linux OMAP v2.6.35 series
==== Linux OMAP v2.6.35 series ====
Latest stable kernel version is: '''2.6.35.13-1 (20110526)'''  Supported platforms: IGEP0020 and IGEP0030 (OMAP35x/DM3730) {| border="1"|-! '''Platform''' ! '''Sources''' ! '''uImage binary''' ! '''Modules binaries'''|-| &nbsp;IGEP00x0&nbsp; | [http://downloads.igep.es/sources/linux-omap-2.6.35.13-1.tar.gz 2.6.35.13-1] ([http://downloads.igep.es/sources/linux-omap-2.6.35.13-1.tar.gz.md5 md5sum]) | [http://downloads.igep.es/binaries/kernel/v2.6.35.13-1/uImage-2.6.35.13-1.bin uImage-2.6.35.13-1.bin] ([http://downloads.igep.es/binaries/kernel/v2.6.35.13-1/uImage-2.6.35.13-1.bin.md5 md5sum]) | See the [http://downloads.igep.es/binaries/kernel/v2.6.35.13-1/modules-2.6.35.13-1.tar.gz modules-2.6.35.13-1] ([http://downloads.igep.es/binaries/kernel/v2.6.35.13-1/modules-2.6.35.13-1.tar.gz.md5 md5sum)]|} Download the IGEP Linux kernel sources and follow next steps:   wget http://downloads.igep.es/sources/linux-omap-2.6.35.tar.gz tar xzf linux-omap-2.6.35.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 where the last line is only required if you want to manualy modify the kernel options and  *&lt;board-config&gt; is igep0020_defconfig for IGEP v2 platform. *&lt;board-config&gt; 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=e12ae1b0f2ada83aa5be8f6c23dda1e9a0ce4360 2011-05-26 Release 2.6.35.13-1]** Fix failed to setup omapfb** Add support for expansion board BASE0010** Rename expansion boards to exp-<expansion name>.c*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=c2c0f964325b123e551f3791dc78ef80b8fb84c7 2011-05-02 Release 2.6.35.13-0]** Rebased with longterm/linux-2.6.35.y (2.6.35.13)*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=620ce1126f4f154d01f3b870d54b875e5a768b8b 2011-04-08 Release 2.6.35.12-0]** Rebased with longterm/linux-Kernel 2.6.35.y (2.6.35.12)*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=4425bead2e2faf4602c7d2c7896fcbe96e12b644 2011-03-08 Release 2.6.35.11-0Overview]** Rebased with longterm/linux-2.6.35.y (2.6.35.11)** Fix conflict between bluetooth and modem** Fix missing omap_reserve functionality in IGEP module** Fix IRQ for MCP251x driver*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=5f578909fcb5f2383aa91f07d45bd64fd0a82cbd 2011-01-17 Release 2.6.35.10-0]** Rebased with longterm/linux-2.6.35.y (2.6.35.10)** Add MADC driver** Add TIDSPBRIDGE driver** Fix MCSPI, disable channel after TX_ONLY transfer in PIO mode*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=c8a6de6ec4dabb4d7a8b6c2299da4b924700f200 2010-11-23 Release 2.6.35.9-0]** Rebased with stable/2.6.35.9** Add IGEP0022 expansion support by default** Add EHCI support on OMAP3 IGEP module.** Fix modem GPIO for IGEP v2 expansion board*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=a0af50a21ce7b97218704e45a3e9b1d987aa95cd 2010-11-05 Release 2.6.35.8-0]** Rebased with stable/2.6.35.8 ** Fix libertas driver with SDIO IRQ*[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=commit;h=f22e641507e4e0c3fc015405bac7448f2c1d3034 2010-10-28 Release 2.6.35.7-1]** Add support for SDIO IRQ** Fix onenand bufferram management** Improve IGEP0020 expansion board support*** Add support for 4.3 inch and 7.0 inch display panels*** Fix CAN probe oops*[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 seriesarticle
==== Linux mainline tree (development) ====
0
edits