Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to set up UART2 in J990

46 bytes added, 15:26, 26 January 2012
no edit summary
= Third way =
Third way: configure kernel source. <span lang="en" idclass="result_boxshort_text" classid="short_textresult_box"><span class="hps">Configuration will be</span> <span class="hps">permanent. </span></span>This tutorial is focused for igep0020 only, tested in revision C. Don't usein igep.ini: buddy=igep0022 and buddy.modem=yes.<br>
=== Configure Kernel source code ===
'''Disable TWL4030 PCM voice interface:'''
Default kernel&nbsp; has disabled TWL4030 PCM voice interface output pins to high impedance, otherwise this module forces the level of mcbsp3_fsx (uart2_rx) and mcbsp3_clkx (uart2_tx) pins. To make sure, go to [http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=blob_plain;f=sound/soc/codecs/twl4030.c;hb=linux-2.6.35.y $(kernel path)/sound/soc/codecs/twl4030.c] file already read: <br>
<pre> 0x04, /* REG_VOICE_IF (0xF) */
</pre>
'''Disable bluethootbluetooth:'''
Go to[http://git.igep.es/?p=pub/scm/linux-omap-2.6.git;a=blob_plain;f=arch/arm/mach-omap2/board-igep0020.c;hb=refs/heads/linux-2.6.35.y $(kernel path)/arch/arm/mach-omap2/board-igep0020.c]
"igep00x0_wifi_bt_init" function initializes WIFI and Bluetooth peripherals. "opt" variable Reset is used for reset (opt!=10) or not (opt==0) Bluetooth. For example you can disable Bluethoot Bluetooth editing these next lines:
<pre> else if (hwrev == IGEP2_BOARD_HWREV_C)
igep00x0_wifi_bt_init(IGEP2_RC_GPIO_WIFI_NPD,
4,199
edits