<?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: imx6UL 1DX: softAP not visible in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6UL-1DX-softAP-not-visible/m-p/707404#M109941</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karunika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at vendor support web page for additional support from Murata&lt;/P&gt;&lt;P&gt;wireless.murata.com/eng/products/rf-modules-1/wi-fi-bluetooth-for-freescale-i-mx.html&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>Tue, 17 Oct 2017 07:14:43 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-10-17T07:14:43Z</dc:date>
    <item>
      <title>imx6UL 1DX: softAP not visible</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6UL-1DX-softAP-not-visible/m-p/707403#M109940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; padding: 0px;"&gt;To preface this, we have Yocto project on Linux 4.1.15-1.2.0&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; padding: 0px;"&gt;We are trying to create a softAP to connect a mobile device to configure our IOT device (think chromecast).&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; padding: 0px;"&gt;&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px; padding: 0px;"&gt;&lt;SPAN&gt;we followed the quick start guide on Linux and it outputs as the bash trace below.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;root@imx6ulnxpuiopb:~# $ echo /lib/firmware/bcm/1DX_BCM4343W/bcmdhd.1DX.OOB.cal &amp;gt; /sys/module/bcmdhd/parameters/nvram_path&amp;nbsp; 
root@imx6ulnxpuiopb:~# ifconfig wlan0 192.168.1.1 up&amp;nbsp; 
root@imx6ulnxpuiopb:~# echo 2 &amp;gt; /sys/module/bcmdhd/parameters/op_mode&amp;nbsp;&amp;nbsp; 
root@imx6ulnxpuiopb:~# udhcpd -S -I 192.168.1.1 /etc/udhcpd.conf&amp;nbsp; 
root@imx6ulnxpuiopb:~# hostapd -B /etc/hostapd.conf&amp;nbsp; 
Configuration file: /etc/hostapd.conf&amp;nbsp; 
rfkill: Cannot open RFKILL control device&amp;nbsp; 
CFG80211-ERROR) wl_cfg80211_del_station : Disconnect STA : ff:ff:ff:ff:ff:ff scb_val.val 3&amp;nbsp; 
Using interface wlan0 with hwaddrCFG80211-ERROR) check_dev_role_integrity :&amp;nbsp; d8:c4:6a:60:fc:85 and ssid "test"&amp;nbsp; 
device role select failed&amp;nbsp; 
wlan0: interface state UNINITIALIZED-&amp;gt;ENABLED&amp;nbsp; 
wlan0: AP-ENABLED ‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;However, the AP is not visible to other devices (Android, Mac Mini, RPi) nor could we ping it with the RPi or connect to it with a static ssid.&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;We concluded that this might be because fw_bcmdhd_apsta.bin is missing from /lib/firmware/bcm/1DX_4343W/&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;From our 10 or so builds of Yocto, we are unable to find any configs that would enable the build of this binary file. We tried using one of the ones linked in the Cypress Community (BRCM_FW_for_i.MX_04062016.tar.gz), that did not work either. Our builds in yocto uses files from the NXP community (bcmdhd-4.1.15-1.2.0.tar.gz) if that is of use to anyone.&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Any suggestions and help is greatly welcome. We are grateful for any assistance possible.&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Thanks!&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P class="loading" style="color: #333333; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Karunika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2017 14:14:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6UL-1DX-softAP-not-visible/m-p/707403#M109940</guid>
      <dc:creator>karunikajiayech</dc:creator>
      <dc:date>2017-10-16T14:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: imx6UL 1DX: softAP not visible</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6UL-1DX-softAP-not-visible/m-p/707404#M109941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karunika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at vendor support web page for additional support from Murata&lt;/P&gt;&lt;P&gt;wireless.murata.com/eng/products/rf-modules-1/wi-fi-bluetooth-for-freescale-i-mx.html&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>Tue, 17 Oct 2017 07:14:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6UL-1DX-softAP-not-visible/m-p/707404#M109941</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-10-17T07:14:43Z</dc:date>
    </item>
  </channel>
</rss>

