<?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: Problems with WIFI/wlan Support on Imx8 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problems-with-WIFI-wlan-Support-on-Imx8/m-p/1045277#M153955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try with last brcmfmac drivers and post issues on &lt;A class="link-titled" href="https://community.cypress.com" title="https://community.cypress.com"&gt;Welcome | Cypress Developer Community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://community.cypress.com/docs/DOC-19375" title="https://community.cypress.com/docs/DOC-19375"&gt;Cypress Linux WiFi Driver Release (FMAC) [2020-... | Cypress Developer Community&lt;/A&gt;&amp;nbsp;&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, 15 Jun 2020 23:35:13 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-06-15T23:35:13Z</dc:date>
    <item>
      <title>Problems with WIFI/wlan Support on Imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-with-WIFI-wlan-Support-on-Imx8/m-p/1045276#M153954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone:&lt;BR /&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; I am porting wifi module on my DEMO-board with imx8Quad chip,the board I am using is highly similar to &lt;SPAN style="color: #0000ff;"&gt;imx8QuadXPlus&lt;/SPAN&gt;. The wifi module is&lt;SPAN style="color: #0000ff;"&gt; ublox JODY-W163&lt;/SPAN&gt; series,and I have &lt;SPAN style="color: #0000ff;"&gt;succeeded&lt;/SPAN&gt; in porting this wifi module on my board under &lt;SPAN style="color: #0000ff;"&gt;yocto 4.14.78.1.0.0&lt;/SPAN&gt; project,but when I update yocto project to&lt;SPAN style="color: #0000ff;"&gt; 4.14.98.2.3.0&lt;/SPAN&gt;,the &lt;SPAN style="color: #0000ff;"&gt;brcmfmac-sdio&lt;/SPAN&gt; driver doesn't work as I expected.The main kernel &lt;SPAN style="color: #0000ff;"&gt;dts&lt;/SPAN&gt; changes can be seen in attached files .&lt;BR /&gt;when booting kernel &lt;SPAN style="color: #0000ff;"&gt;,the 4.14.78 log&lt;/SPAN&gt; about &lt;SPAN style="color: #ff0000;"&gt;brcmfmac-sdio&lt;/SPAN&gt; driver shows below:&lt;BR /&gt;[ 2.854654] mmc0: SDHCI controller on 5b010000.usdhc [5b010000.usdhc] using A&lt;BR /&gt;[ 2.867220] sdhci-esdhc-imx 5b020000.usdhc: allocated mmc-pwrseq &lt;BR /&gt;[ 2.873323] sdhci-esdhc-imx 5b020000.usdhc: assigned as wifi host &lt;BR /&gt;[ 2.881726] &lt;SPAN style="color: #0000ff;"&gt;mmc_pwrseq_simple_pre_power_on&lt;/SPAN&gt;--&amp;gt; 1 &lt;BR /&gt;[ 2.910638] &lt;SPAN style="color: #0000ff;"&gt;mmc_pwrseq_simple_post_power_on&lt;/SPAN&gt;--&amp;gt; 0 &lt;BR /&gt;[ 2.964874] &lt;SPAN style="color: #0000ff;"&gt;mmc1&lt;/SPAN&gt;: queuing unknown CIS tuple 0x80 (2 bytes) &lt;BR /&gt;[ 2.970461] mmc0: new HS200 MMC card at address 0001 &lt;BR /&gt;[ 4.114331] &lt;SPAN style="color: #0000ff;"&gt;mmc1&lt;/SPAN&gt;: new high speed SDIO card at address 0001 &lt;BR /&gt;[ 4.120320] &lt;SPAN style="color: #0000ff;"&gt;SDIO&lt;/SPAN&gt; brcmf_ops_sdio_probe Enter--&amp;gt; &lt;BR /&gt;ffs.utp0[ 4.125063] &lt;SPAN style="color: #0000ff;"&gt;SDIO brcmf_ops_sdio_probe&lt;/SPAN&gt; Enter--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whie booting kernel with yocto &lt;SPAN style="color: #0000ff;"&gt;project 4.14.98.2.3.0&lt;/SPAN&gt;,the log only shows:&lt;BR /&gt;[ 2.197300] &lt;SPAN style="color: #0000ff;"&gt;mmc1&lt;/SPAN&gt;: SDHCI controller on 5b020000.usdhc [5b020000.usdhc] using A&lt;/P&gt;&lt;P&gt;After bring-up,the wifi modules(compat.ko cfg80211.ko brcmutil.ko brcmfmac.ko) are successfully insmod,but the &lt;SPAN style="color: #ff0000;"&gt;wlan0&lt;/SPAN&gt; interface &lt;SPAN style="color: #ff0000;"&gt;doesn't&lt;/SPAN&gt; show up&lt;/P&gt;&lt;P&gt;How should I make wifi module detected by &lt;SPAN style="color: #0000ff;"&gt;SDIO&lt;/SPAN&gt; driver?Any suggestion will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 11:02:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-with-WIFI-wlan-Support-on-Imx8/m-p/1045276#M153954</guid>
      <dc:creator>ranjing</dc:creator>
      <dc:date>2020-06-15T11:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with WIFI/wlan Support on Imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-with-WIFI-wlan-Support-on-Imx8/m-p/1045277#M153955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try with last brcmfmac drivers and post issues on &lt;A class="link-titled" href="https://community.cypress.com" title="https://community.cypress.com"&gt;Welcome | Cypress Developer Community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://community.cypress.com/docs/DOC-19375" title="https://community.cypress.com/docs/DOC-19375"&gt;Cypress Linux WiFi Driver Release (FMAC) [2020-... | Cypress Developer Community&lt;/A&gt;&amp;nbsp;&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, 15 Jun 2020 23:35:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-with-WIFI-wlan-Support-on-Imx8/m-p/1045277#M153955</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-15T23:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with WIFI/wlan Support on Imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problems-with-WIFI-wlan-Support-on-Imx8/m-p/1045278#M153956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi igor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply!&amp;nbsp; I will&amp;nbsp; post my issues on cypress community. I have also tried to compile the latest brcmfmac drivers ,but failed. I do believe this issue is caused by DTS files change,or any suggestions about which porting procedure may cause this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2020 01:43:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problems-with-WIFI-wlan-Support-on-Imx8/m-p/1045278#M153956</guid>
      <dc:creator>ranjing</dc:creator>
      <dc:date>2020-06-16T01:43:20Z</dc:date>
    </item>
  </channel>
</rss>

