<?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: iMX8QM EVK Android Automotive OS 12 Bluetooth Driver Issue in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1652703#M206072</link>
    <description>&lt;P&gt;There is "depends on RFKILL". Do you also select it in the kernel to build?&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2023 03:05:58 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2023-05-18T03:05:58Z</dc:date>
    <item>
      <title>iMX8QM EVK Android Automotive OS 12 Bluetooth Driver Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1651811#M206010</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I added the "mx8_bt_rfkill.c" Bluetooth driver included in Android Automotive OS 10(5.4.24) and working in Android Automotive OS 12(5.15.32).&lt;/P&gt;&lt;P&gt;I added the driver to "android_build/vendor/nxp-opensource/kernel_imx/drivers/bluetooth" directory. The "mx8_bt_rfkill.c" source file I have attached is attached.&lt;/P&gt;&lt;P&gt;The following lines have been added to the Kconfig and Makefile files in the "android_build/vendor/nxp-opensource/kernel_imx/drivers/bluetooth" directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Makefile:
obj-$(CONFIG_MACH_IMX_BLUETOOTH_RFKILL) += mx8_bt_rfkill.o&lt;/LI-CODE&gt;&lt;LI-CODE lang="c"&gt;Kconfig:
config MACH_IMX_BLUETOOTH_RFKILL
	tristate "i.MX Bluetooth rfkill interface support"
	default y
	depends on RFKILL
	help
          Say Y to get the standard rfkill interface of Bluetooth&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following node has been added to the "imx8qm-mek.dts" file located in the "android_build/vendor/nxp-opensource/kernel_imx/arch/arm64/boot/dts/freescale" directory.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Device Tree:
bt_rfkill {
	compatible = "fsl,mxc_bt_rfkill";
	bt-power-gpios = &amp;lt;&amp;amp;lsio_gpio4 22 GPIO_ACTIVE_LOW&amp;gt;;
	status ="okay";
};&lt;/LI-CODE&gt;&lt;P&gt;The following parameter has been added to the "imx_v8_android_car_defconfig" file located in the "android_build/vendor/nxp-opensource/kernel_imx/arch/arm64/configs" directory.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Defconfig:
CONFIG_MACH_IMX_BLUETOOTH_RFKILL=y&lt;/LI-CODE&gt;&lt;P&gt;Although I followed all the steps I listed above, the "mx8_bt_rfkill.c" driver does not work as in Android Automotive OS 10.&lt;/P&gt;&lt;P&gt;Is this driver not compatible with Android Automotive OS 12(5.15.32) Kernel?&lt;/P&gt;&lt;P&gt;Could you support me on this issue?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 07:24:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1651811#M206010</guid>
      <dc:creator>cbl</dc:creator>
      <dc:date>2023-05-17T07:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QM EVK Android Automotive OS 12 Bluetooth Driver Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1652703#M206072</link>
      <description>&lt;P&gt;There is "depends on RFKILL". Do you also select it in the kernel to build?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 03:05:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1652703#M206072</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2023-05-18T03:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QM EVK Android Automotive OS 12 Bluetooth Driver Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1652741#M206078</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1422"&gt;@jimmychan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;RFKILL parameter is selected in Android Automotive OS 12 "imx_v8_android_car_defconfig" file.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Defconfig:
CONFIG_RFKILL=y&lt;/LI-CODE&gt;&lt;P&gt;However, the Bluetooth module cannot be run with the "mx8_bt_rfkill.c" driver.&lt;/P&gt;&lt;P&gt;Do you have any other suggestion?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 04:05:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1652741#M206078</guid>
      <dc:creator>cbl</dc:creator>
      <dc:date>2023-05-18T04:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QM EVK Android Automotive OS 12 Bluetooth Driver Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1652861#M206086</link>
      <description>&lt;P&gt;How is it not working? Is there any error message? Is the driver load succeed? could you show me the boot log? Is the gpio pin (gpio 4 22) work properly? the BT module is running?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 07:06:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1652861#M206086</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2023-05-18T07:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QM EVK Android Automotive OS 12 Bluetooth Driver Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1653052#M206104</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1422"&gt;@jimmychan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Yes the Bluetooth module and the GPIO pin are working fine.&lt;/P&gt;&lt;P&gt;I'm writing Android Automotive OS 10 on the same board and my Bluetooth module is working fine.&lt;/P&gt;&lt;P&gt;Attached you can find the Android Automotive OS 12 boot log file.&lt;/P&gt;&lt;P&gt;I am attaching the boot log of the Android Automotive OS 10 image, where the Bluetooth module is running, so that you can compare.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 10:30:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1653052#M206104</guid>
      <dc:creator>cbl</dc:creator>
      <dc:date>2023-05-18T10:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QM EVK Android Automotive OS 12 Bluetooth Driver Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1653480#M206143</link>
      <description>&lt;P&gt;Seems the gpio pin is not the same value. Please double check the gpio pin you set in the dts file.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 03:35:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1653480#M206143</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2023-05-19T03:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8QM EVK Android Automotive OS 12 Bluetooth Driver Issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1657296#M206520</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1422"&gt;@jimmychan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Android Automotive OS10 and Android Automotive OS12 device tree files&lt;BR /&gt;I checked.&lt;/P&gt;&lt;P&gt;But "bt-power-gpios = &amp;lt;&amp;amp;lsio_gpio4 22 GPIO_ACTIVE_LOW&amp;gt;;" on GPIO pin&lt;BR /&gt;I couldn't observe any difference. Another ".dtsi" or ".dts" file I should look into&lt;BR /&gt;is there?&lt;/P&gt;&lt;P&gt;Can you help me with this? Android Automotive OS10 and&lt;BR /&gt;Due to what difference between Android Automotive OS12 such a pin on GPIO&lt;BR /&gt;was the difference?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 05:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8QM-EVK-Android-Automotive-OS-12-Bluetooth-Driver-Issue/m-p/1657296#M206520</guid>
      <dc:creator>cbl</dc:creator>
      <dc:date>2023-05-25T05:03:44Z</dc:date>
    </item>
  </channel>
</rss>

