<?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: imx8 mini ap6255 unable to connect to password-protected wifi</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8-mini-ap6255-unable-to-connect-to-password-protected-wifi/m-p/1064697#M156466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;i.MX8M Mini was not supported by nxp in kernel 4.1.98, suggest to try latest&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;from&amp;nbsp;source.codeaurora.org/external/imx/linux-imx repository&lt;BR /&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.24_2.1.0" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.24_2.1.0"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" title="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab"&gt;Embedded Linux for i.MX Applications Processors | NXP&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;latest brcmfmac drivers:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://community.cypress.com/docs/DOC-19000" title="https://community.cypress.com/docs/DOC-19000"&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, 20 Jul 2020 05:18:10 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-07-20T05:18:10Z</dc:date>
    <item>
      <title>imx8 mini ap6255 unable to connect to password-protected wifi</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8-mini-ap6255-unable-to-connect-to-password-protected-wifi/m-p/1064696#M156465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ap6255 is currently used on the IMx8 Mini. It is found that the driver of this part is already available on the kernel using 4.1.98. It can be started normally just by configuring the relevant device tree.But now the problem is that I used the IW command to connect to wifi without password, but I reported an error when I used wPA_supplicant to connect to wifi with password,Using iwConfig will also report an error.Do I need to modify the driver or is there any way to solve this problem.Here are some of the error messages. Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# cat /etc/wpa_supplicant.conf &lt;BR /&gt;ctrl_interface=/var/run/wpa_supplicant&lt;BR /&gt;ctrl_interface_group=0&lt;BR /&gt;update_config=1&lt;/P&gt;&lt;P&gt;network={&lt;BR /&gt; key_mgmt=NONE&lt;BR /&gt;}&lt;BR /&gt;network={&lt;BR /&gt; ssid="geniatech-google1"&lt;BR /&gt; #psk="geniatech1234"&lt;BR /&gt; psk=071ee9b61807eb62fce347618c47c48befa4ac3e75b530986bb976762a4898ed&lt;BR /&gt;}&lt;BR /&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf -B&lt;BR /&gt;Successfully initialized wpa_supplicant&lt;BR /&gt;[ 50.944392] brcmfmac: brcmf_cfg80211_add_iface: iface validation failed: err=-16&lt;BR /&gt;Failed to create interface p2p-dev-wlan0: -16 (Device or resource busy)&lt;BR /&gt;nl80211: Failed to create a P2P Device interface p2p-dev-wlan0&lt;BR /&gt;P2P: Failed to enable P2P Device interface&lt;BR /&gt;root@imx8mmevk:~# &lt;BR /&gt;&lt;A href="mailto:root@imx8mmevk:~"&gt;root@imx8mmevk:~#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx8mmevk:~# iwconfig wlan0 ap auto&lt;BR /&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# ifconfig wlan0 10.168.1.159&lt;BR /&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# [ 212.716154] brcmfmac: brcmf_run_escan: error (-25)&lt;BR /&gt;[ 212.721022] brcmfmac: brcmf_cfg80211_scan: scan error (-25)&lt;BR /&gt;[ 213.596634] brcmfmac: brcmf_sdio_hostmail: Unknown mailbox data content: 0x40012&lt;BR /&gt;[ 216.409878] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout&lt;BR /&gt;[ 216.415741] brcmfmac: brcmf_do_escan: error (-110)&lt;BR /&gt;[ 216.420608] brcmfmac: brcmf_cfg80211_scan: scan error (-110)&lt;BR /&gt;[ 219.993666] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout&lt;BR /&gt;[ 219.999529] brcmfmac: brcmf_do_escan: error (-110)&lt;BR /&gt;[ 220.004403] brcmfmac: brcmf_cfg80211_scan: scan error (-110)&lt;BR /&gt;[ 223.577681] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout&lt;BR /&gt;[ 223.583541] brcmfmac: brcmf_do_escan: error (-110)&lt;BR /&gt;[ 223.588404] brcmfmac: brcmf_cfg80211_scan: scan error (-110)&lt;BR /&gt;[ 227.161706] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout&lt;BR /&gt;[ 227.167568] brcmfmac: brcmf_do_escan: error (-110)&lt;BR /&gt;[ 227.172439] brcmfmac: brcmf_cfg80211_scan: scan error (-110)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 03:58:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8-mini-ap6255-unable-to-connect-to-password-protected-wifi/m-p/1064696#M156465</guid>
      <dc:creator>fu_qiang</dc:creator>
      <dc:date>2020-07-20T03:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: imx8 mini ap6255 unable to connect to password-protected wifi</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8-mini-ap6255-unable-to-connect-to-password-protected-wifi/m-p/1064697#M156466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;i.MX8M Mini was not supported by nxp in kernel 4.1.98, suggest to try latest&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;from&amp;nbsp;source.codeaurora.org/external/imx/linux-imx repository&lt;BR /&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.24_2.1.0" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_5.4.24_2.1.0"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" title="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab"&gt;Embedded Linux for i.MX Applications Processors | NXP&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;latest brcmfmac drivers:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://community.cypress.com/docs/DOC-19000" title="https://community.cypress.com/docs/DOC-19000"&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, 20 Jul 2020 05:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8-mini-ap6255-unable-to-connect-to-password-protected-wifi/m-p/1064697#M156466</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-07-20T05:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: imx8 mini ap6255 unable to connect to password-protected wifi</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8-mini-ap6255-unable-to-connect-to-password-protected-wifi/m-p/1064698#M156467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I made a mistake. The current version is 4.14.98. The system is currently operating normally.&lt;/P&gt;&lt;P&gt;root@imx8mmevk:~# &lt;BR /&gt;root@imx8mmevk:~# cat /proc/version &lt;BR /&gt;Linux version 4.14.98-imx_4.14.98_2.0.0_ga+gd91d322ebac6 (fq@geniatech-hf210) (gcc version 7.3.0 (GCC)) #1 SMP PREEMPT Fri Jul 17 08:07:22 UTC 2020&lt;BR /&gt;root@imx8mmevk:~#&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2020 06:24:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8-mini-ap6255-unable-to-connect-to-password-protected-wifi/m-p/1064698#M156467</guid>
      <dc:creator>fu_qiang</dc:creator>
      <dc:date>2020-07-20T06:24:34Z</dc:date>
    </item>
  </channel>
</rss>

