<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385339#M55782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance you can share the host-&amp;gt;wilink8 connection part of you target board schematics?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 07:27:48 GMT</pubDate>
    <dc:creator>eyalreizer</dc:creator>
    <dc:date>2015-04-01T07:27:48Z</dc:date>
    <item>
      <title>Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385330#M55773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 1.5em; font-size: 14px;"&gt;I've been working on integrating the freescale IMX6DL &amp;amp; bluetooth on the TI WL1835 WILINK8 card on our custom board for the last month or so, and have been running into issues.&amp;nbsp; We have the 802.11 wireless working well but cannot bring up bluetooth.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;Primary issue is that I can't seem to get the TI WL1835 to communicate back to the driver the information about the hardware so it can then load the firmware.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;The second issue is that I cannot get ldisc to enumerate a 3,000,000 bluetooth speed (prior to loading the firmware) and I have working around this by setting it to 115200.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;Working with our hardware engineer we've looped the serial interface all the way back to the input pins on the WL1835 chip itself to valid the pins in the hardware layout and believe we are correct in our device tree pin settings.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;I'm working with a yocto project 3.10 &amp;amp; 3.14 kernel, with various TI supplied patches to add device tree support to shared transport, and are using the UIM mechanism to initialize the bluetooth hardware (apparently tested by TI on the imx6sl solo; we're working with the dualite). Our patches are primarily comprised from the work done by Iian Hunter and a few additional patches cherry picked from the ti-wilink kernel.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;We're using 4 UARTS on the platform and are only having issues with UART2 currently; which is hooked up to the bluetooth interface on the WL1835.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;cat /proc/tty/driver/IMX-uart &lt;BR /&gt;serinfo:1.0 driver revision:&lt;BR /&gt;0: uart:IMX mmio:0x02020000 irq:58 tx:41063 rx:647 RTS|DTR|DSR|CD&lt;BR /&gt;1: uart:IMX mmio:0x021E8000 irq:59 tx:0 rx:0 DSR|CD&lt;BR /&gt;2: uart:IMX mmio:0x021EC000 irq:60 tx:1 rx:2234 RTS|DTR|DSR|CD&lt;BR /&gt;3: uart:IMX mmio:0x021F0000 irq:61 tx:0 rx:0 CTS|DSR|CD&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;We're running UIM and are using the shared transport mechanism. Initializing bluetooth via bootup and hciconfig toggles the enable GPIO as expected, but we then receive this shared transport error.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;I've included some relevant output below; if anyone has any suggestions it would be greatly appreciated.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;GPIO Toggle:&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;GPIOs 64-95, platform/20a4000.gpio, 20a4000.gpio:&lt;BR /&gt;gpio-64 (sysfs ) out lo &lt;BR /&gt;gpio-83 (brcm_reg ) out hi &lt;BR /&gt;gpio-86 (usb_otg_vbus ) out lo &lt;BR /&gt;gpio-90 (kim ) out hi &lt;BR /&gt;gpio-95 (sysfs ) out hi&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;Shared Transport Failure Log:&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;(stc): st_tty_open (stk) :line discipline installed&lt;BR /&gt;(stk) : waiting for ver info- timed out (stk) :kim: failed to read local ver&lt;BR /&gt;(stk) :download firmware failed(stk) :ldisc_install = 0&lt;BR /&gt;(stc): st_tty_close Bluetooth: st_register failed -22&lt;BR /&gt;Can't init device hci0: Input/output error (5)&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;Relevant DTB snippets:&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;kim {&lt;BR /&gt;compatible = "kim";&lt;BR /&gt;nshutdown_gpio = &amp;lt;90&amp;gt;; // GPIO3_26&lt;BR /&gt;dev_name = "/dev/ttymxc1";&lt;BR /&gt;flow_cntrl = &amp;lt;1&amp;gt;;&lt;BR /&gt;baud_rate = &amp;lt;115200&amp;gt;; //&amp;lt;3000000&amp;gt;&lt;BR /&gt;//Ran into issues with ldisc connecting at 3M, reverted to chip default 115200.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;};&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;btwilink {&lt;BR /&gt;compatible = "btwilink";&lt;BR /&gt;};&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;pinctrl_elarm_uart2: elarm-uart2 {&lt;BR /&gt;fsl,pins = &amp;lt;&lt;BR /&gt;MX6QDL_PAD_SD4_DAT5__UART2_CTS_B 0x1b0b1&lt;BR /&gt;MX6QDL_PAD_SD4_DAT6__UART2_RTS_B 0x1b0b1&lt;BR /&gt;MX6QDL_PAD_SD4_DAT7__UART2_TX_DATA 0x1b0b1&lt;BR /&gt;MX6QDL_PAD_SD4_DAT4__UART2_RX_DATA 0x1b0b1&lt;BR /&gt;&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;uart2 {&lt;BR /&gt;pinctrl-names = "default";&lt;BR /&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_elarm_uart2&amp;gt;;&lt;BR /&gt;fsl,uart-has-rtscts;&lt;BR /&gt;//fsl,dte-mode;&lt;BR /&gt;status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;This error appears to be related to the following code snippet which indicates the driver can't get the version information from the chip so it can send up the appropriate firmware to the device.&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;/drivers/misc/ti-st/st_kim.c&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;long st_kim_start(void *kim_data)&lt;BR /&gt;{&lt;BR /&gt;long err = 0;&lt;BR /&gt;long retry = POR_RETRY_COUNT;&lt;BR /&gt;struct ti_st_plat_data *pdata;&lt;BR /&gt;struct kim_data_s *kim_gdata = (struct kim_data_s *)kim_data;&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;pr_info(" %s", __func__);&lt;BR /&gt;if (kim_gdata-&amp;gt;kim_pdev-&amp;gt;dev.of_node) {&lt;BR /&gt;pr_debug("use device tree data");&lt;BR /&gt;pdata = dt_pdata;&lt;BR /&gt;} else {&lt;BR /&gt;pdata = kim_gdata-&amp;gt;kim_pdev-&amp;gt;dev.platform_data;&lt;BR /&gt;}&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;do {&lt;BR /&gt;/* platform specific enabling code here */&lt;BR /&gt;if (pdata-&amp;gt;chip_enable)&lt;BR /&gt;pdata-&amp;gt;chip_enable(kim_gdata);&lt;/P&gt;&lt;P style="margin-top: 1.5em; margin-bottom: 1.5em; font-size: 14px;"&gt;/* Configure BT nShutdown to HIGH state */&lt;BR /&gt;gpio_set_value(kim_gdata-&amp;gt;nshutdown, GPIO_LOW);&lt;BR /&gt;mdelay(5); /* FIXME: a proper toggle */&lt;BR /&gt;gpio_set_value(kim_gdata-&amp;gt;nshutdown, GPIO_HIGH);&lt;BR /&gt;mdelay(100);&lt;BR /&gt;/* re-initialize the completion */&lt;BR /&gt;reinit_completion(&amp;amp;kim_gdata-&amp;gt;ldisc_installed);&lt;BR /&gt;/* send notification to UIM */&lt;BR /&gt;kim_gdata-&amp;gt;ldisc_install = 1;&lt;BR /&gt;pr_info("ldisc_install = 1");&lt;BR /&gt;sysfs_notify(&amp;amp;kim_gdata-&amp;gt;kim_pdev-&amp;gt;dev.kobj,&lt;BR /&gt;NULL, "install");&lt;BR /&gt;/* wait for ldisc to be installed */&lt;BR /&gt;err = wait_for_completion_interruptible_timeout(&lt;BR /&gt;&amp;amp;kim_gdata-&amp;gt;ldisc_installed, msecs_to_jiffies(LDISC_TIME));&lt;BR /&gt;if (!err) {&lt;BR /&gt;/* ldisc installation timeout,&lt;BR /&gt;* flush uart, power cycle BT_EN */&lt;BR /&gt;pr_err("ldisc installation timeout");&lt;BR /&gt;err = st_kim_stop(kim_gdata);&lt;BR /&gt;continue;&lt;BR /&gt;} else {&lt;BR /&gt;/* ldisc installed now */&lt;BR /&gt;pr_info("line discipline installed");&lt;BR /&gt;err = download_firmware(kim_gdata);&lt;BR /&gt;if (err != 0) {&lt;BR /&gt;/* ldisc installed but fw download failed,&lt;BR /&gt;* flush uart &amp;amp; power cycle BT_EN */&lt;BR /&gt;pr_err("download firmware failed");&lt;BR /&gt;err = st_kim_stop(kim_gdata);&lt;BR /&gt;continue;&lt;BR /&gt;} else { /* on success don't retry */&lt;BR /&gt;break;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;} while (retry--);&lt;BR /&gt;return err;&lt;BR /&gt;}&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 03:08:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385330#M55773</guid>
      <dc:creator>dannypickford</dc:creator>
      <dc:date>2015-02-19T03:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Wilink 8 drivers + WL1835 + Freescale IMX6 DL Bluetooth Initialization Issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385331#M55774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I spent the day porting the kernel to the latest freescale linaro kernel and firmware (3.10.53) to see if it would resolve the issue (i.e.: a bug in the imx serial drivers etc.) and this had no effect either.&amp;nbsp; I'm beginning to wonder if the IMX6 IOMUX is not setup correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An additional troubleshooting note is that the kernel driver communicating with the uart does change it to RTS/CTS when hciconfig hci up triggers the gpio enable.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: uart:IMX mmio:0x021E8000 irq:59 tx:0 rx:0 RTS|DTR|DSR|CD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dug into the device tree pinctl definitions and they match up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imx6dl-pinfunc.h &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define MX6QDL_PAD_SD4_DAT5__UART2_CTS_B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x354 0x73c 0x000 0x2 0x0&lt;/P&gt;&lt;P&gt;#define MX6QDL_PAD_SD4_DAT6__UART2_RTS_B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x358 0x740 0x900 0x2 0x5&lt;/P&gt;&lt;P&gt;#define MX6QDL_PAD_SD4_DAT7__UART2_RX_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x35c 0x744 0x904 0x2 0x7&lt;/P&gt;&lt;P&gt;#define MX6QDL_PAD_SD4_DAT4__UART2_TX_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x350 0x738 0x000 0x2 0x0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These matchup with the freescale board documentation fortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UART2_CTS_B SD4_DAT6 IOMUXC_UART2_UART_RTS_B_SELECT_INPUT&lt;/P&gt;&lt;P&gt;UART2_RTS_B SD4_DAT5 IOMUXC_UART2_UART_RTS_B_SELECT_INPUT&lt;/P&gt;&lt;P&gt;UART2_RX_DATA SD4_DAT7 IOMUXC_UART2_UART_RX_DATA_SELECT_INPUT&lt;/P&gt;&lt;P&gt;UART2_TX_DATA SD4_DAT4 IOMUXC_UART2_UART_RX_DATA_SELECT_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which gives us the following with the reversed TI/FS nomenclature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CTS — UART2_CTS_B SD4_DATA6&lt;/P&gt;&lt;P&gt;RTS — UART2_RTS_B SD4_DAT5&lt;/P&gt;&lt;P&gt;TX_DATA — UART2_TX_DATA SD4_DAT4 —&amp;gt; Reversed TI / FS nomenclature&lt;/P&gt;&lt;P&gt;RX_DATA — UART2_RX_DATA SD4_DAT7 —&amp;gt; Reversed TI / FS nomenclature&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some additional information about how the BT card is connected to the imx6 board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X6QDL_PAD_EIM_D26__GPIO3_IO26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x40013059/* BT_EN (TI) */&lt;/P&gt;&lt;P&gt;(This pin is connected to i.MX6 pad E24 through a level shifter and into WL1835MOD pin 41)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;gt;;&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pinctrl_elarm_uart2: elarm-uart2 {&lt;/P&gt;&lt;P&gt;fsl,pins = &amp;lt;&lt;/P&gt;&lt;P&gt;MX6QDL_PAD_SD4_DAT7__UART2_TX_DATA 0x1b0b1 &lt;/P&gt;&lt;P&gt;(This pin is connected to i.MX6 pad D19 through a level shifter and into WL1835MOD pin 53)&lt;/P&gt;&lt;P&gt;MX6QDL_PAD_SD4_DAT4__UART2_RX_DATA 0x1b0b1&lt;/P&gt;&lt;P&gt;(This pin is connected to i.MX6 pad E18 through a level shifter and into WL1835MOD pin 52)&lt;/P&gt;&lt;P&gt;MX6QDL_PAD_SD4_DAT5__UART2_CTS_B 0x1b0b1&lt;/P&gt;&lt;P&gt;(This pin is connected to i.MX6 pad C19 through a level shifter and into WL1835MOD pin 51)&lt;/P&gt;&lt;P&gt;MX6QDL_PAD_SD4_DAT6__UART2_RTS_B 0x1b0b1&lt;/P&gt;&lt;P&gt;(This pin is connected to i.MX6 pad B20 through a level shifter and into WL1835MOD pin 50)&lt;/P&gt;&lt;P&gt;&amp;gt;;&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any suggestions on what to try next it would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 05:23:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385331#M55774</guid>
      <dc:creator>dannypickford</dc:creator>
      <dc:date>2015-02-20T05:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Wilink 8 drivers + WL1835 + Freescale IMX6 DL Bluetooth Initialization Issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385332#M55775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Danny,&lt;/P&gt;&lt;P&gt;Did you get that Bluetooth working?&lt;/P&gt;&lt;P&gt;I am also facing same problem but I am using IMX6SL processor where I have connected our hardware as below:&lt;/P&gt;&lt;P&gt;BT_HCI_TX(52)of WL1835 is connected to UART4_RX_DATA&lt;BR /&gt;BT_HCI_RX(53)of WL1835 is connected to UART4_TX_DATA&lt;BR /&gt;BT_HCI_CTS(51)of WL1835 is connected to UART4_CTS_B&lt;BR /&gt;BT_HCI_RTS(50)of WL1835 is connected to UART4_RTS_B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I also know the hardware is correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't able to get any data could you please help me.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;John Wesley.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 05:57:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385332#M55775</guid>
      <dc:creator>johnwesley</dc:creator>
      <dc:date>2015-02-27T05:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Wilink 8 drivers + WL1835 + Freescale IMX6 DL Bluetooth Initialization Issues</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385333#M55776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not yet gotten bluetooth working with the TI chip yet.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only additional gotcha that might be worth mentioning is that apparently need to be very specific in the order of the enumeration of the GPIO pins, as certain settings reset other gpio pins that you may have already set. I believe the big one is that the CTS pin will reset the RTS pin, so you'll want to ensure the RTS pin is set last when you initialize the serial port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out the last comment in this forum post:&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/312183"&gt;how to configure UART4 with RTSCTS mode on iMX6 ?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck - if I solve this problem I'll do a detailed write up with the patches applied etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385333#M55776</guid>
      <dc:creator>dannypickford</dc:creator>
      <dc:date>2015-02-27T18:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385334#M55777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to look into the following wiki page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://processors.wiki.ti.com/index.php/WL18xx_First_Time_Getting_Started_Guide_%28IMX6%29" title="http://processors.wiki.ti.com/index.php/WL18xx_First_Time_Getting_Started_Guide_%28IMX6%29"&gt;WL18xx First Time Getting Started Guide (IMX6) - Texas Instruments Wiki&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has working wlan+Bluetooth for the Sabre platform and uses the latest 3.10.53 based release.&lt;/P&gt;&lt;P&gt;Specifically the patches you are looking for in order to enable Bluetooth and wlan are fetched from the following location:&lt;/P&gt;&lt;P&gt;&lt;A href="https://git.ti.com/wilink8-wlan/build-utilites/trees/master/patches/kernel_patches/imx-3.10.53" title="https://git.ti.com/wilink8-wlan/build-utilites/trees/master/patches/kernel_patches/imx-3.10.53"&gt;https://git.ti.com/wilink8-wlan/build-utilites/trees/master/patches/kernel_patches/imx-3.10.53&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sabre device tree patch:&lt;/P&gt;&lt;P&gt;&lt;A href="https://git.ti.com/wilink8-wlan/build-utilites/blobs/master/patches/kernel_patches/imx-3.10.53/0001-imx6q-sabresd-add-support-for-wilink8-wlan-and-bluet.patch" title="https://git.ti.com/wilink8-wlan/build-utilites/blobs/master/patches/kernel_patches/imx-3.10.53/0001-imx6q-sabresd-add-support-for-wilink8-wlan-and-bluet.patch"&gt;https://git.ti.com/wilink8-wlan/build-utilites/blobs/master/patches/kernel_patches/imx-3.10.53/0001-imx6q-sabresd-add-support-for-wilink8-wlan-and-bluet.patch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imx6sl-evk:&lt;/P&gt;&lt;P&gt;&lt;A href="https://git.ti.com/wilink8-wlan/build-utilites/blobs/master/patches/kernel_patches/imx-3.10.53/0008-imx6sl-evk-add-support-for-wilink8-wlan-and-bluetoot.patch" title="https://git.ti.com/wilink8-wlan/build-utilites/blobs/master/patches/kernel_patches/imx-3.10.53/0008-imx6sl-evk-add-support-for-wilink8-wlan-and-bluetoot.patch"&gt;patches/kernel_patches/imx-3.10.53/0008-imx6sl-evk-add-support-for-wilink8-wlan-and-bluetoot.patch - build-utilites in W…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look also at the rest of the patches that add mising device tree related functionality for the shared transport driver of the 3.10.53 kernel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 16:00:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385334#M55777</guid>
      <dc:creator>eyalreizer</dc:creator>
      <dc:date>2015-03-23T16:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385335#M55778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Danny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exactly same problem as you have. I use UART4 on IMX6 to connect with WL18xx. With BT only works when rate is set to 460800, the default 3000000 doesn't work.&lt;/P&gt;&lt;P&gt;Also with WLAN_EN enabled BT just doesn't work at all at any rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using kernel 3.16.0. And I spent sometime port all the patches eyal mentioned in last post to my kernel with device tree enabled for these devices, its still doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Youxin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 03:27:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385335#M55778</guid>
      <dc:creator>youxinsu</dc:creator>
      <dc:date>2015-03-30T03:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385336#M55779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;What is the platform being used here? how is the wilink8 module connected to it?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Especially, how is bt audio out pin connected? Need to make sure we are in the correct mode of operation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="margin-top: 12.0pt; margin-bottom: 3.0pt; background: white;"&gt;&lt;SPAN style="color: black; font-family: 'Georgia','serif'; font-weight: normal;"&gt;Sense on Reset configuration pins&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 12.0pt; font-family: 'Arial','sans-serif'; font-weight: normal;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 12.0pt; font-family: 'Arial','sans-serif'; font-weight: normal;"&gt;&lt;A href="http://processors.wiki.ti.com/index.php?title=WL18xx_Module_Schematic_Checklist&amp;amp;action=edit&amp;amp;section=11" title="Edit section: Sense on Reset configuration pins"&gt;&lt;SPAN style="color: #0b0080;"&gt;edit&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: black; font-size: 12.0pt; font-family: 'Arial','sans-serif'; font-weight: normal;"&gt;]&lt;/SPAN&gt;&lt;/H2&gt;&lt;P style="margin-top: 6.0pt; margin-bottom: 6.0pt; background: white; text-align: start;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;Wilink8 has several wake-up options that are entered through sense on reset by 3 IO's of the device(IRQ_WL, UART_DBG_BT, AUD_OUT_BT). &lt;BR /&gt; Once BT or WLAN enable bit is set to high the device is checking the state of the lines and wakeup in specific mode. &lt;BR /&gt; There are only 2 modes/configurations that are supported by the device - all the rest are prohibited and the end user must verify that there is no option on the system level to enter the prohibited modes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 6.0pt; margin-bottom: 6.0pt; background: white; text-align: start;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;The supported modes are:&lt;BR /&gt; 1. Operational mode: &lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;STRONG style="color: #252525; font-size: 10.5pt; font-family: 'Arial','sans-serif';"&gt;IRQ_WL = 0, UART_DBG_BT = 1, AUD_OUT_BT = 0&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-top: 6.0pt; margin-bottom: 6.0pt; background: white; text-align: start;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;Operational mode is set by default using internal pull of WL18xx (90K typical).&lt;BR /&gt; 2. Debug mode:&lt;BR /&gt; WLAN RS232 debug interface/Jtag interface are muxed out to the WL18XX IO's by default, nevertheless this mode is only for debug a 10K resistor pull up place holder on the IRQ line should be placed. It can be applied by the user only in case the debug mode is required:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;STRONG style="color: #252525; font-size: 10.5pt; font-family: 'Arial','sans-serif';"&gt;IRQ_WL = 1, UART_DBG_BT = 1, AUD_OUT_BT = 0&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-top: 6.0pt; margin-bottom: 6.0pt; background: white; text-align: start;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;In order to avoid an undefined state of the device the user must be extremely careful when level-shifting those three I/Os to ensure that only those one of the two supported configurations of the device are applied.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 6.0pt; margin-bottom: 6.0pt; background: white; text-align: start;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; For further details, it's strongly advised to review the level shoftin application note pointed by the wilink8 wiki:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 6.0pt; margin-bottom: 6.0pt; background: white; text-align: start;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;&lt;A href="http://processors.wiki.ti.com/index.php/WL18xx" title="http://processors.wiki.ti.com/index.php/WL18xx"&gt;WL18xx - Texas Instruments Wiki&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Direct Link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://processors.wiki.ti.com/images/8/8c/SWRA448.pdf" title="http://processors.wiki.ti.com/images/8/8c/SWRA448.pdf"&gt;http://processors.wiki.ti.com/images/8/8c/SWRA448.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 15:16:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385336#M55779</guid>
      <dc:creator>eyalreizer</dc:creator>
      <dc:date>2015-03-30T15:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385337#M55780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On our board the current configuration is the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;The UART_DGB_BT is padded out to a test point but otherwise unconnected.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;We believe the internal pullup on this pin should keep it at a logical 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;The AUD_OUT_BT is not connected (as per datasheet for unused.)&amp;nbsp; &lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;Based on the internal pulldown, we believe this pin should be 0.&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;The IRQ_WL is routed through a&amp;nbsp; TXB0108 TI Level Shifter ( &lt;A href="http://www.ti.com/lit/ds/symlink/txb0108.pdf"&gt;http://www.ti.com/lit/ds/symlink/txb0108.pdf&lt;/A&gt; ) to the i.MX6 and is under driver control.&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;We believe this should match the Operational Mode;&amp;nbsp;&amp;nbsp; IRQ_WL=0,&amp;nbsp; UART_DBG_BT=1, AUD_OUT_BT=0.&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: Helvetica; font-size: 12px;"&gt;Are we missing something here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 20:31:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385337#M55780</guid>
      <dc:creator>dannypickford</dc:creator>
      <dc:date>2015-03-30T20:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385338#M55781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eyal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use kernel mainline 3.16.0-rc7, ported all your patches on top of the TI drivers in this mainline.&lt;/P&gt;&lt;P&gt;Here is the connection settings;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define MX6QDL_PAD_CSI0_DAT17__UART4_CTS_B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0x29c 0x66c 0x000 0x3 0x0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define MX6QDL_PAD_CSI0_DAT16__UART4_RTS_B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0x298 0x668 0x934 0x3 0x0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define MX6QDL_PAD_CSI0_DAT13__UART4_RX_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0x28c 0x65c 0x938 0x3 0x3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define MX6QDL_PAD_CSI0_DAT12__UART4_TX_DATA&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0x288 0x658 0x000 0x3 0x0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;pinctrl_uart4: uart4grp {&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;fsl,pins = &amp;lt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MX6QDL_PAD_CSI0_DAT17__UART4_CTS_B&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0x13059&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MX6QDL_PAD_CSI0_DAT16__UART4_RTS_B&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0x13059&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MX6QDL_PAD_CSI0_DAT13__UART4_RX_DATA&lt;/TD&gt;&lt;TD&gt;0x13059&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MX6QDL_PAD_CSI0_DAT12__UART4_TX_DATA&lt;/TD&gt;&lt;TD&gt;0x13059&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MX6QDL_PAD_SD4_DAT7__GPIO2_IO15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;0x13059 /* Snapper: BT_ENn */&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;gt;;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;};&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMX6 UART4_TX_DATA connected to UART_RX_WL18xx&lt;/P&gt;&lt;P&gt;IMX6 UART4_RX_DATA connected to UART_TX_WL18xx&lt;/P&gt;&lt;P&gt;IMX6 UART4_CTS connected to UART_CTS_WL18xx&lt;/P&gt;&lt;P&gt;IMX6 UART4_RTS connected to UART_RTS_WL18xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3: uart:IMX mmio:0x021F0000 irq:61 tx:59246 rx:2643 fe:1 RTS|CTS|DTR|DSR|CD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; font-size: 10.5pt; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt;UART_DBG_BT not connected, according to the document you attached it suppose to be &lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;internal pulled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; font-size: 10.5pt; font-family: 'Arial','sans-serif';"&gt;&lt;STRONG&gt;&lt;STRONG&gt;AUD_OUT_BT not connected&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;Checked with hardware gays, they believe there is no option on the system level to enter the prohibited modes in our case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Arial','sans-serif'; color: #252525;"&gt;Youxin&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 21:06:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385338#M55781</guid>
      <dc:creator>youxinsu</dc:creator>
      <dc:date>2015-03-30T21:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385339#M55782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance you can share the host-&amp;gt;wilink8 connection part of you target board schematics?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 07:27:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385339#M55782</guid>
      <dc:creator>eyalreizer</dc:creator>
      <dc:date>2015-04-01T07:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385340#M55783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eyal, here is the part of wl18xx to host,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="schematic.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/49942i2F0B7D6B4F713D1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="schematic.png" alt="schematic.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Youxin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 20:56:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385340#M55783</guid>
      <dc:creator>youxinsu</dc:creator>
      <dc:date>2015-04-01T20:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385341#M55784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The schismatics look ok. One question regarding cts/rts as you seem to have baud rate issues.&lt;/P&gt;&lt;P&gt;do you have it enabled on the uart you use ("&lt;SPAN class="pln"&gt;fsl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;uart&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;has&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;rtscts&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;" in your .dts file)&lt;/SPAN&gt;?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below snippet from the sabres-sd device tree patch:&lt;/P&gt;&lt;TABLE class="lang-patch highlighted"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="code"&gt;&lt;PRE class="prettyprint lang-patch"&gt;&lt;SPAN class="pun"&gt;+&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;uart5 &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;{&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="code"&gt;&lt;PRE class="prettyprint lang-patch"&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; pinctrl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;names &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="str"&gt;"default"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="code"&gt;&lt;PRE class="prettyprint lang-patch"&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; pinctrl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="lit"&gt;0&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;&amp;lt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;pinctrl_uart5_1&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;&amp;gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="code"&gt;&lt;PRE class="prettyprint lang-patch"&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; status &lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="str"&gt;"okay"&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="code"&gt;&lt;PRE class="prettyprint lang-patch"&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="code"&gt;&lt;PRE class="prettyprint lang-patch"&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="com"&gt;/* enable rts/cts usage on uart5 */&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="code"&gt;&lt;PRE class="prettyprint lang-patch"&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; fsl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;uart&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;has&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;rtscts&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="code"&gt;&lt;PRE class="prettyprint lang-patch"&gt;&lt;SPAN class="pun"&gt;+};&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="code"&gt;&lt;PRE class="prettyprint lang-patch"&gt;&lt;SPAN class="pun"&gt;+&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Eyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 11:22:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385341#M55784</guid>
      <dc:creator>eyalreizer</dc:creator>
      <dc:date>2015-04-02T11:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385342#M55785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eyal, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have &lt;SPAN class="pun"&gt;&lt;SPAN class="pln"&gt;fsl&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;,&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;uart&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;has&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;-&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;rtscts&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;; enable in our device tree. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;SPAN class="pun"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;uart4 {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinctrl-names = "default";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_uart4&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fsl,uart-has-rtscts;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = "okay";&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Youxin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 03:19:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385342#M55785</guid>
      <dc:creator>youxinsu</dc:creator>
      <dc:date>2015-04-09T03:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385343#M55786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm facing the same issue (on 3.10.53)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Were you able to get it working?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 09:20:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385343#M55786</guid>
      <dc:creator>erezsteinberg</dc:creator>
      <dc:date>2015-05-27T09:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385344#M55787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can get either bluetooth or wireless working individually, but cannot get them both working at the same time reliably.&amp;nbsp; (ie: wireless card loads firmware but then is very unstable in operation).&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 17:34:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385344#M55787</guid>
      <dc:creator>dannypickford</dc:creator>
      <dc:date>2015-06-04T17:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385345#M55788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Danny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please provide a step-by-step guide how to get wl18xx working?&lt;BR /&gt;We're facing the same issue (3.10.53).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 14:32:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385345#M55788</guid>
      <dc:creator>ivannikolaenko</dc:creator>
      <dc:date>2015-07-03T14:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385346#M55789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just wrote a post on WL18xx bring-up -- maybe it will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/532388"&gt;Step-by-step: How to setup TI Wilink (WL18xx) with iMX6 Linux 3.10.53&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Erez &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 16:36:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385346#M55789</guid>
      <dc:creator>erezsteinberg</dc:creator>
      <dc:date>2015-07-03T16:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385347#M55790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for posting the information, it is very helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:15:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385347#M55790</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2015-07-07T20:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth Serial Communication Problem with IMX6DL + WL1835</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385348#M55791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, we are working in a new module with imx6q using a wilink8 wifi and BT module. We have the same problem with BT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using the 3.14.28 kernel from freescale git with the WiFi drivers from TI, following the steps in TI web:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WL18xx First Time Getting Started Guide (IMX6) - &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://processors.wiki.ti.com/index.php/WL18xx_First_Time_Getting_Started_Guide_%28IMX6%29" rel="nofollow"&gt;http://processors.wiki.ti.com/index.php/WL18xx_First_Time_Getting_Started_Guide_%28IMX6%29&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Updated to R8.6 &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WiLink8 Release Notes/R8.6 - &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://processors.wiki.ti.com/index.php/WiLink8_Release_Notes/R8.6" rel="nofollow"&gt;http://processors.wiki.ti.com/index.php/WiLink8_Release_Notes/R8.6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the configuration pins and DTS file.&lt;/P&gt;&lt;P&gt;The following error messages appeared after insert btwilink.ko kernel module "modprobe btwilink":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(stc):&amp;nbsp; chnl_id list empty :4 &lt;/P&gt;&lt;P&gt;(stk) : st_kim_startroot@imx6dlsabresd:~# (stk) :ldisc_install = 1uim:poll broke due to event 10(PRI:2/ERR:8)&lt;/P&gt;&lt;P&gt;uim:read 1 from in&lt;/P&gt;&lt;P&gt;stall &lt;/P&gt;&lt;P&gt;uim:@ st_uart_config&lt;/P&gt;&lt;P&gt;u(stc): st_tty_open im: signal received, opening /dev(stk) :line discipline installed/ttymxc0&lt;/P&gt;&lt;P&gt;uim:@ set_baud_rate&lt;/P&gt;&lt;P&gt;uim:set_baud_rate() done&lt;/P&gt;&lt;P&gt;uim:Installed N_TI_WL Line displine&lt;/P&gt;&lt;P&gt;uim:begin polling...&lt;/P&gt;&lt;P&gt;(stk) : waiting for ver info- timed out (stk) :kim: failed to read local ver&lt;/P&gt;&lt;P&gt;(stk) :download firmware failed(stk) :ldisc_install = 0uim:poll broke due to event 10(PRI:2/ERR:8)&lt;/P&gt;&lt;P&gt;uim:read 0 from install &lt;/P&gt;&lt;P&gt;uim:@ st_uart_config&lt;/P&gt;&lt;P&gt;(stc): st_tty_close uim:Un-Installed N_TI_WL Line displine&lt;/P&gt;&lt;P&gt;uim:begin polling...&lt;/P&gt;&lt;P&gt;(stk) :ldisc_install = 1uim:poll broke due to event 10(PRI:2/ERR:8)&lt;/P&gt;&lt;P&gt;uim:read 1 from in&lt;/P&gt;&lt;P&gt;stall &lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using /dev/ttymxc0 (aka UART1) and observe traffic, but with the errors above.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0: uart:IMX mmio:0x02020000 irq:58 tx:72 rx:42 CTS|DSR|CD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1: uart:IMX mmio:0x021E8000 irq:59 tx:7740 rx:487 RTS|DTR|DSR|CD&lt;/P&gt;&lt;P&gt;2: uart:IMX mmio:0x021EC000 irq:60 tx:0 rx:0 DSR|CD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue or new about this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Eduard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 08:57:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-Serial-Communication-Problem-with-IMX6DL-WL1835/m-p/385348#M55791</guid>
      <dc:creator>eduardgavin</dc:creator>
      <dc:date>2015-12-22T08:57:09Z</dc:date>
    </item>
  </channel>
</rss>

