<?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: i.MX25 - SDIO WIFI not detected in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDIO-WIFI-not-detected/m-p/938306#M140551</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 answering. I´ll try to debug it.&lt;/P&gt;&lt;P&gt;About the driver, I installed it. Acording to vendor, I need &lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;to see the message "&lt;SPAN&gt;mmc1: new high speed SDIO card at address ..." in dmesg.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jul 2019 10:10:14 GMT</pubDate>
    <dc:creator>re_chinelatto</dc:creator>
    <dc:date>2019-07-19T10:10:14Z</dc:date>
    <item>
      <title>i.MX25 - SDIO WIFI not detected</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDIO-WIFI-not-detected/m-p/938304#M140549</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;I have a custom board with Linux v2.6 running perfectly. I am updating Linux (Yocto-thud) and I will configure another SDIO wifi module. I tried communication with the 2 SDIO WIFI modules, but it´s not detected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the dts:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;amp;esdhc2 {&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_esdhc2&amp;gt;;&lt;BR /&gt; #address-cells = &amp;lt;0x1&amp;gt;;&lt;BR /&gt; #size-cells = &amp;lt;0x0&amp;gt;;&lt;BR /&gt; status = "okay";&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;esdhc@1 {&lt;BR /&gt; compatible = "silabs,wfx-sdio,fsl,imx25-esdhc";&lt;BR /&gt; reg = &amp;lt;1&amp;gt;;&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; };&lt;BR /&gt; };&lt;BR /&gt;...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;pinctrl_esdhc2: esdhc2grp {&lt;BR /&gt; fsl,pins = &amp;lt;&lt;BR /&gt; MX25_PAD_CSI_D6__SDHC2_CMD 0x80000000&lt;BR /&gt; MX25_PAD_CSI_D7__ESDHC2_CLK 0x80000000&lt;BR /&gt; MX25_PAD_CSI_MCLK__SDHC2_DAT0 0x80000000&lt;BR /&gt; MX25_PAD_CSI_VSYNC__ESDHC2_DAT1 0x80000000&lt;BR /&gt; MX25_PAD_CSI_HSYNC__SDHC2_DAT2 0x80000000&lt;BR /&gt; MX25_PAD_CSI_PIXCLK__SDHC2_DAT3 0x80000000&lt;BR /&gt; &amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;At startup is displayed:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;BR /&gt; sdhci: Secure Digital Host Controller Interface driver&lt;BR /&gt; sdhci: Copyright(c) Pierre Ossman&lt;BR /&gt; sdhci-pltfm: SDHCI platform and OF driver helper&lt;BR /&gt; sdhci-esdhc-imx 53fb4000.esdhc: Got CD GPIO&lt;BR /&gt; sdhci-esdhc-imx 53fb4000.esdhc: Got WP GPIO&lt;BR /&gt; mmc0 bounce up to 128 segments into one, max segment size 65536 bytes&lt;BR /&gt; mmc0: SDHCI controller on 53fb4000.esdhc [53fb4000.esdhc] using DMA&lt;BR /&gt; mmc1 bounce up to 128 segments into one, max segment size 65536 bytes&lt;BR /&gt; mmc1: SDHCI controller on 53fb8000.esdhc [53fb8000.esdhc] using DMA&lt;BR /&gt; mmc0: new high speed SDHC card at address aaaa&lt;BR /&gt; mmcblk0: mmc0:aaaa SS08G 7.40 GiB&lt;BR /&gt; mmcblk0: p1&lt;BR /&gt; ...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;The message "mmc1: new high speed SDIO card at address ..." is not displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the communication with mmc:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;echo 1 &amp;gt; /sys/kernel/debug/tracing/events/mmc/mmc_request_done/enable&lt;BR /&gt; echo 'cmd_opcode != 53' &amp;gt; /sys/kernel/debug/tracing/events/mmc/mmc_request_done/filter&lt;BR /&gt; cat /sys/kernel/debug/tracing/trace_pipe | grep mmc1 &amp;gt; log.txt &amp;amp;&lt;BR /&gt; echo 53fb8000.esdhc &amp;gt; /sys/bus/platform/drivers/sdhci-esdhc-imx/unbind &lt;BR /&gt; sleep 2&lt;BR /&gt; echo 53fb8000.esdhc &amp;gt; /sys/bus/platform/drivers/sdhci-esdhc-imx/bind&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;All commands (except 0x00) return cmd_err = -110. Checking in a logic analyzer, I see the commands sent in the 400's, 300's, 200's and 100's KHz. I tried several changes to the dts, but no sucess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to debug or resolve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 16:14:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDIO-WIFI-not-detected/m-p/938304#M140549</guid>
      <dc:creator>re_chinelatto</dc:creator>
      <dc:date>2019-07-18T16:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX25 - SDIO WIFI not detected</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDIO-WIFI-not-detected/m-p/938305#M140550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renato&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nxp does not support i.mx25 in latest linux bsps, in general one can try to debug it&lt;/P&gt;&lt;P&gt;using description of emmc/sd drivers in Linux Documentation&lt;BR /&gt;&lt;A href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW"&gt;https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Other reason may be that for used wifi module there is no driver for that linux version &lt;/P&gt;&lt;P&gt;(one can ask it from module vendor).&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>Thu, 18 Jul 2019 23:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDIO-WIFI-not-detected/m-p/938305#M140550</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-07-18T23:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX25 - SDIO WIFI not detected</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDIO-WIFI-not-detected/m-p/938306#M140551</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 answering. I´ll try to debug it.&lt;/P&gt;&lt;P&gt;About the driver, I installed it. Acording to vendor, I need &lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;to see the message "&lt;SPAN&gt;mmc1: new high speed SDIO card at address ..." in dmesg.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2019 10:10:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDIO-WIFI-not-detected/m-p/938306#M140551</guid>
      <dc:creator>re_chinelatto</dc:creator>
      <dc:date>2019-07-19T10:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX25 - SDIO WIFI not detected</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDIO-WIFI-not-detected/m-p/938307#M140552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a long time, I returned to this project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I fixed a power problem and the Linux detects SDIO:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;mmc1: new high speed SDIO card at address fffd&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is no communication;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&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;wfx: loading out-of-tree module taints kernel.&lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;wfx: Silicon Labs WFX_2.2.1&lt;/P&gt;&lt;P style="margin-left: 35.4pt;"&gt;wfx-sdio mmc1:0001:1: bad hardware revision number: 4&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried a redpine´s module and it didn´t work either:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;rsi_91x: rsi_probe: ***** 9116 Module *****&lt;BR /&gt;rsi_91x: rsi_hal_device_init: oper_mode = 1, coex_mode = 1&lt;BR /&gt;rsi_91x: rsi_load_firmware: REGOUT read timedout&lt;BR /&gt;rsi_91x: rsi_load_firmware: Soft boot loader not present&lt;BR /&gt;rsi_91x: rsi_hal_device_init: Failed to load TA instructions&lt;BR /&gt;rsi_91x: rsi_probe: Failed in device init&lt;BR /&gt;rsi_91x: set_clr_tx_intention,356: Wait event failed&lt;BR /&gt;rsi_91x: rsi_tx_scheduler_thread,560: Failed to get tx_access&lt;BR /&gt;rsi_91x: rsi_probe: Failed in probe...Exiting&lt;BR /&gt;RSI-SDIO WLAN: probe of mmc1:fffd:1 failed with error 1&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;All drivers were compiled into the 4.20 kernel.&lt;/P&gt;&lt;P&gt;I lowered the clock speed to 12, 8 and 4 Mhz and didn´t work.&lt;/P&gt;&lt;P&gt;If I connected a SDIO Card it worked&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;perfectly. I can write/read files with no problems.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I tried connect this 2 modules on another custom board (with i.MX6) and it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;How Can I solve this?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 12:34:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX25-SDIO-WIFI-not-detected/m-p/938307#M140552</guid>
      <dc:creator>re_chinelatto</dc:creator>
      <dc:date>2020-04-22T12:34:55Z</dc:date>
    </item>
  </channel>
</rss>

