Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

650 bytes added, 12:58, 29 October 2010
no edit summary
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'''
| style="background: none repeat scroll 0% 0% green;" | PASS
| style="background: none repeat scroll 0% 0% green;" | PASS
| style="background: none repeat scroll 0% 0% greenred;" | PASS FAIL
| style="background: none repeat scroll 0% 0% green;" | PASS
| style="background: none repeat scroll 0% 0% green;" | PASS
0
edits