Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

The Linux kernel

665 bytes added, 11:30, 31 January 2011
issue with bluetooth
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- modules_install INSTALL_MOD_PATH=[path to your target rootfs]
 
''' ISSUES'''
* '''Bluetooth''': Broken due to an incompatibility with expansion board, to solve this apply this patch
<pre>
diff --git a/arch/arm/mach-omap2/board-igep0020-22.c b/arch/arm/mach-omap2/board-igep0020-22.c
index 06f9809..1d6a4cf 100644
--- a/arch/arm/mach-omap2/board-igep0020-22.c
+++ b/arch/arm/mach-omap2/board-igep0020-22.c
@@ -301,7 +301,7 @@ void __init igep0022_init(void)
igep0022_tsc2046_init();
/* GPIO's for GE865 modem interface */
- igep0022_modem_init();
+ /* igep0022_modem_init(); */
/* CAN driver for Microchip 251x CAN Controller with SPI Interface */
igep0022_mcp251x_init();
</pre>
'''CHANGELOG'''
0
edits