<?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>i.MX ProcessorsのトピックRe: How to support Wi-Fi module QCA9890?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-support-Wi-Fi-module-QCA9890/m-p/1221943#M168506</link>
    <description>&lt;P&gt;Hi, mimi05633 ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="0"&gt;&lt;SPAN&gt;It is recommended that you do not use the WIFI of the ath9k/ath10 series(pcie interface) in the 5.4 kernel, because the driver loading speed is very slow.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="1"&gt;&lt;SPAN&gt;Whether you load the module or compile the driver into the kernel, the creation of the WIFI interface is very slow.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="1"&gt;&lt;SPAN&gt;-- I also tested rtl8822ce(pcie interface), which is no any problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="3"&gt;&lt;SPAN&gt;-- I tested QCA9880/9882 in 4.19.35 BSP, and the driver loads very fast without any problems.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this information is helpful to you.&lt;/P&gt;
&lt;P&gt;B.R,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 12:38:43 GMT</pubDate>
    <dc:creator>weidong_sun</dc:creator>
    <dc:date>2021-01-27T12:38:43Z</dc:date>
    <item>
      <title>How to support Wi-Fi module QCA9890?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-support-Wi-Fi-module-QCA9890/m-p/1206048#M167191</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to support Qualcomm Atheros QCA9890 on our board, but some questions are confusing me.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My harware:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;- imx8mq customize board (&lt;STRONG&gt;Software&lt;/STRONG&gt;: LF_L5.4.3_1.0.0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- QCA9890 card with MINI PCIe Interface&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modify steps:&lt;/STRONG&gt;&lt;BR /&gt;1. Modify DTS to match PCIe layout.&lt;BR /&gt;2. Kernel config select driver "ath10k" to module not build in.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CONFIG_ATH_COMMON=m&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CONFIG_ATH10K=m&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CONFIG_ATH10K_CE=y&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CONFIG_ATH10K_PCI=m&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CONFIG_ATH10K_AHB=y&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CONFIG_ATH10K_DEBUGFS=y&lt;/P&gt;&lt;P&gt;After plug Wi-Fi module by PCIe, boot will show "ath10k_pci" kernel log as below.&lt;BR /&gt;=====================================================================&lt;BR /&gt;[ OK ] Started /etc/rc.local Compatibility.&lt;BR /&gt;[ OK ] Started Permit User Sessions.&lt;BR /&gt;&lt;STRONG&gt;[ 5.299272] ath10k_pci&lt;/STRONG&gt; 0000:01:00.0: enabling device (0000 -&amp;gt; 0002)&lt;BR /&gt;[ OK ] Started Avahi mDNS/DNS-SD Stack.&lt;BR /&gt;[ OK ] Started Login Service.&lt;BR /&gt;[ OK ] Started Getty on tty1.&lt;BR /&gt;&lt;STRONG&gt;[ 5.360379] ath10k_pci&lt;/STRONG&gt; 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0&lt;BR /&gt;[ OK ] Started Serial Getty on ttymxc0.&lt;BR /&gt;=====================================================================&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After 250 seconds&lt;/STRONG&gt;, wireless interface "wlan0" will be create.&lt;BR /&gt;=====================================================================&lt;BR /&gt;[ OK ] Started Load/Save Random Seed.&lt;/P&gt;&lt;P&gt;NXP i.MX Release Distro 5.4-zeus imx8mqevk ttymxc0&lt;/P&gt;&lt;P&gt;imx8mqevk login: [ 8.657331] fec 30be0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx&lt;BR /&gt;[ 8.665136] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready&lt;BR /&gt;&lt;STRONG&gt;[ 189.501349]&lt;/STRONG&gt; ath10k_pci 0000:01:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000&lt;BR /&gt;&lt;STRONG&gt;[ 189.510771]&lt;/STRONG&gt; ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 1&lt;BR /&gt;&lt;STRONG&gt;[ 189.519710]&lt;/STRONG&gt; ath10k_pci 0000:01:00.0: firmware ver 10.2.4-1.0-00045 api 5 features no-p2p,raw-mode,mfp,allows-mesh-bcast crc32 ccbd5104&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ 250.938172]&lt;/STRONG&gt; ath10k_pci 0000:01:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08&lt;BR /&gt;&lt;STRONG&gt;[ 252.062223]&lt;/STRONG&gt; ath10k_pci 0000:01:00.0: unsupported HTC service id: 1536&lt;BR /&gt;&lt;STRONG&gt;[ 252.091897]&lt;/STRONG&gt; ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal otp max-sta 128 raw 0 hwcrypto 1&lt;BR /&gt;=====================================================================&lt;/P&gt;&lt;P&gt;There are some questions confusing me.&lt;BR /&gt;1. Who does automatically insert module "ath10k"?&lt;BR /&gt;&amp;nbsp; &amp;nbsp; I do not add KERNEL_MODULE_AUTOLOAD += "ath10k" in local.conf. I have no idea who to do automatically load module "ath10k".&lt;BR /&gt;2. How to fast create wireless interface?&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 250 seconds is too slow to get Wi-Fi interface.&lt;/P&gt;&lt;P&gt;Could any one tell me how can I do?&lt;/P&gt;&lt;P&gt;Thank you for any help.&lt;BR /&gt;Minying&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 09:49:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-support-Wi-Fi-module-QCA9890/m-p/1206048#M167191</guid>
      <dc:creator>mimi05633</dc:creator>
      <dc:date>2021-01-04T09:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to support Wi-Fi module QCA9890?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-support-Wi-Fi-module-QCA9890/m-p/1221609#M168464</link>
      <description>&lt;P&gt;Does the wifi work well on your side? For i.MX 8M the CYW4356 and QCA6174 chips are supported on the reference&lt;BR /&gt;board&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 03:22:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-support-Wi-Fi-module-QCA9890/m-p/1221609#M168464</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2021-01-27T03:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to support Wi-Fi module QCA9890?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-support-Wi-Fi-module-QCA9890/m-p/1221871#M168498</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After I disabled CONFIG_FW_LOADER_USER_HELPER_FALLBACK, kernel would not trigger the fallback mechanism to overcome failures to do a direct filesystem lookup on the root filesystem.&lt;BR /&gt;It could work well now.&lt;BR /&gt;Thank you.&lt;/P&gt;&lt;P&gt;Best regard,&lt;BR /&gt;MinYing&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 09:55:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-support-Wi-Fi-module-QCA9890/m-p/1221871#M168498</guid>
      <dc:creator>mimi05633</dc:creator>
      <dc:date>2021-01-27T09:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to support Wi-Fi module QCA9890?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-support-Wi-Fi-module-QCA9890/m-p/1221943#M168506</link>
      <description>&lt;P&gt;Hi, mimi05633 ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="0"&gt;&lt;SPAN&gt;It is recommended that you do not use the WIFI of the ath9k/ath10 series(pcie interface) in the 5.4 kernel, because the driver loading speed is very slow.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="1"&gt;&lt;SPAN&gt;Whether you load the module or compile the driver into the kernel, the creation of the WIFI interface is very slow.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="1"&gt;&lt;SPAN&gt;-- I also tested rtl8822ce(pcie interface), which is no any problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="zh-CN" data-phrase-index="3"&gt;&lt;SPAN&gt;-- I tested QCA9880/9882 in 4.19.35 BSP, and the driver loads very fast without any problems.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this information is helpful to you.&lt;/P&gt;
&lt;P&gt;B.R,&lt;/P&gt;
&lt;P&gt;weidong&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 12:38:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-support-Wi-Fi-module-QCA9890/m-p/1221943#M168506</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2021-01-27T12:38:43Z</dc:date>
    </item>
  </channel>
</rss>

