Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Mux instructions

709 bytes added, 11:33, 1 February 2012
no edit summary
See [[Frequently Asked Questions and Their Answers#Is_it_possible_to_config_the_wireless_LAN_and_bluetooth_so_they_are_completely_off.2C_and_not_consuming_any_power_at_all.3F|FAQ]] to see with pins need to configure.<br>
More information about [[How_to_setup_Marvell_bluetoothHow to setup Marvell bluetooth|BT]] and [[How_to_setup_Marvell_88w8686_SDIO_wifiHow to setup Marvell 88w8686 SDIO wifi|WIFI]]
==== Bluetooth ====
IGEP2_RC_GPIO_WIFI_NRESET, IGEP2_RC_GPIO_BT_NRESET,
!1); </pre>
'''Compile kernel source code'''
Use this [[Linux Kernel 2.6.35.y|tutorial]] (Kernel) and this [http://labs.igep.es/index.php/The_IGEP_X-loader other] (IGEPxloader) to install Linaro Headless with your custom kernel in SD card.&nbsp; You can compile the IGEPxloader, but is not necessary.<br>
==== WIFI ====
Configure kernel sources. Configuration will be permanent. There are many ways to edit source code, this method is focused for igep0020 RC without igep0022 support. <br>
<br> Go to [http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=blob_plain;f=arch/arm/mach-omap2/board-igep00x0.c;hb=e620ef8e577d73681f16ab80471332286c1b9fd5 $(kernel path)/arch/arm/mach-omap2/board-igep00x0.c] and search next line:
<br>
<pre> if ((gpio_request(wifi_nreset, "WIFI NRESET") == 0) && (gpio_direction_output(wifi_nreset, 1) == 0)) { gpio_export(wifi_nreset, 0); gpio_set_value(wifi_nreset, 0); udelay(10); gpio_set_value(wifi_nreset, 1); } </pre>p<pre> if ((gpio_request(wifi_nreset, "WIFI NRESET") == 0) && (gpio_direction_output(wifi_nreset, 1) == 0)) { gpio_export(wifi_nreset, 0); gpio_set_value(wifi_nreset, 0); //udelay(10); //gpio_set_value(wifi_nreset, 1); } <br/pre>
Please contribute
4,199
edits