Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

450 bytes removed, 18:25, 9 November 2010
update kernel version to 2.6.35.8-0
|-
|  IGEP00x0 
| [http://downloads.igep.es/sources/linux-omap-2.6.35.78-10.tar.gz 2.6.35.78-10] ([http://downloads.igep.es/sources/linux-omap-2.6.35.78-10.tar.gz.md5 md5sum]) | [http://downloads.igep.es/binaries/kernel/v2.6.35.78-10/uImage-2.6.35.78-10.bin uImage-2.6.35.78-10.bin] ([http://downloads.igep.es/binaries/kernel/v2.6.35.78-10/uImage-2.6.35.78-10.bin.md5 md5sum]) | [http://downloads.igep.es/binaries/kernel/v2.6.35.78-10/modules-2.6.35.78-10.tar.gz modules-2.6.35.78-10] ([http://downloads.igep.es/binaries/kernel/v2.6.35.78-10/modules-2.6.35.78-10.tar.gz.md5 md5sum)]
|}
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=[path to your target rootfs]
 
''' Known issues '''
* Wifi is not working : The libertas driver is expecting and interrupt from the card that signals completion of the firmware initialization. But the SDIO interrupts are disabled because every request from host to card has been completed. Moreover, if there were SDIO interrupts they would be ignored by the omap_hsmmc_do_irq handler because it returns immediately is there is not request in process.
 
libertas_sdio: Copyright Pierre Ossman
libertas: command 0x0003 timed out
libertas: Timeout submitting command 0x0003
libertas: PREP_CMD: command 0x0003 failed: -110
libertas_sdio: probe of mmc1:0001:1 failed with error -110
'''CHANGELOG'''
*[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
0
edits