<?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: Adding Bluetooth support on imx6 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Adding-Bluetooth-support-on-imx6/m-p/735333#M114443</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check for hw modifications on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94235"&gt;How to enable BT on board imx6q_sabresd RevC.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and test with Demo Image&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=IMX_N7.1.2_2.0.0_ANDROID_DEMO_AI_BSP&amp;amp;appType=license&amp;amp;location=null" title="https://www.nxp.com/webapp/Download?colCode=IMX_N7.1.2_2.0.0_ANDROID_DEMO_AI_BSP&amp;amp;appType=license&amp;amp;location=null"&gt;https://www.nxp.com/webapp/Download?colCode=IMX_N7.1.2_2.0.0_ANDROID_DEMO_AI_BSP&amp;amp;appType=license&amp;amp;location=null&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also one can get extended support from wifi vendor on&lt;/P&gt;&lt;P&gt;wireless.murata.com/eng/products/rf-modules-1/wi-fi-bluetooth-for-freescale-i-mx.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2018 06:16:47 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-03-26T06:16:47Z</dc:date>
    <item>
      <title>Adding Bluetooth support on imx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-Bluetooth-support-on-imx6/m-p/735332#M114442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im working on imx6 platform running on Android 7.0. Im using BCM4339. I want to integrate it with our imx6 platform.&lt;/P&gt;&lt;P&gt;I have done changes but Bluetooth is not working on the board. I can see "timed out" error in logcat.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help &amp;amp; guide me to get it working. Logs are attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;init.rc&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;# Prepare for bluetooth&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; chmod 665 /sys/class/rfkill/rfkill0/state&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; write /sys/class/rfkill/rfkill0/state 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BoardConfig.mk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;# Broadcom BCM4339 BT&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;BOARD_HAVE_BLUETOOTH_BCM := true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/fsl/imx6q/bluetooth&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ls -l /dev/ttymxc*&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;type=1400 audit(2812.190:48): avc: denied { read } for pid=257 comm="sh" name="/" dev="tmpfs" ino=6713 scontext=u:r:shell:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;type=1400 audit(2812.190:49): avc: denied { open } for pid=257 comm="sh" path="/dev" dev="tmpfs" ino=6713 scontext=u:r:shell:s0 tcontext=u:object_r:device:s0 tclass=dir permissive=1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;crw------- 1 root root 207, 16 1970-01-01 00:46 /dev/ttymxc0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;crw-rw---- 1 bluetooth net_bt_stack 207, 17 1970-01-01 00:46 /dev/ttymxc1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;crw------- 1 root root 207, 19 1970-01-01 00:27 /dev/ttymxc3&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;crw------- 1 root root 207, 20 1970-01-01 00:27 /dev/ttymxc4&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 04:32:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-Bluetooth-support-on-imx6/m-p/735332#M114442</guid>
      <dc:creator>amitkulkarni</dc:creator>
      <dc:date>2018-03-26T04:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Bluetooth support on imx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-Bluetooth-support-on-imx6/m-p/735333#M114443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check for hw modifications on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94235"&gt;How to enable BT on board imx6q_sabresd RevC.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and test with Demo Image&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=IMX_N7.1.2_2.0.0_ANDROID_DEMO_AI_BSP&amp;amp;appType=license&amp;amp;location=null" title="https://www.nxp.com/webapp/Download?colCode=IMX_N7.1.2_2.0.0_ANDROID_DEMO_AI_BSP&amp;amp;appType=license&amp;amp;location=null"&gt;https://www.nxp.com/webapp/Download?colCode=IMX_N7.1.2_2.0.0_ANDROID_DEMO_AI_BSP&amp;amp;appType=license&amp;amp;location=null&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;also one can get extended support from wifi vendor on&lt;/P&gt;&lt;P&gt;wireless.murata.com/eng/products/rf-modules-1/wi-fi-bluetooth-for-freescale-i-mx.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 06:16:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-Bluetooth-support-on-imx6/m-p/735333#M114443</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-03-26T06:16:47Z</dc:date>
    </item>
  </channel>
</rss>

