<?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: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi in Wi-Fi® + Bluetooth® + 802.15.4</title>
    <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2184988#M4334</link>
    <description>&lt;P&gt;Also, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;when going through the doc (page 23)&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-manual/UM12035.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-manual/UM12035.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the "nxp_wifi add" command says unknown command, same for all other nxp_wifi commands apart from the scan command&lt;/P&gt;&lt;P&gt;using the standard "wifi" commands rather than the "nxp_wifi" commands seems to work ok but i couldnt get the nxp_wifi ones to work as per the document, see below the serial terminal output and the version of zephyr im using (tip of tree as per today)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;uart:~$ nxp_wifi version&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WLAN Driver Version : v1.3.r52.z_up.p4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WLAN Firmware Version : rw610w-V2, IMU, FP99, 18.99.6.p41, PVE_FIX 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Command wlan-version&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;uart:~$ nxp_wifi add test1 ssid xxxxxxxxxx psk xxxxxxxxxx&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Unknown comamnd add&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;uart:~$&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My version of zephyr is as follows (just mainline tip of tree as of today):&lt;/P&gt;&lt;P&gt;(.venv) ado@ado:~/zephyrproject/zephyr$ git status&lt;BR /&gt;On branch main&lt;BR /&gt;Your branch is up to date with 'origin/main'.&lt;/P&gt;&lt;P&gt;nothing to commit, working tree clean&lt;BR /&gt;(.venv) ado@ado:~/zephyrproject/zephyr$ git log&lt;BR /&gt;commit 4b3cb736d5fb6de21b614c833a65a99700b61594 (HEAD -&amp;gt; main, tag: help, origin/main, origin/HEAD)&lt;BR /&gt;Author: Firas Sammoura &amp;lt;fsammoura@google.com&amp;gt;&lt;BR /&gt;Date: Mon Oct 6 23:46:46 2025 +0000&lt;/P&gt;</description>
    <pubDate>Mon, 13 Oct 2025 15:53:43 GMT</pubDate>
    <dc:creator>adrianburns1</dc:creator>
    <dc:date>2025-10-13T15:53:43Z</dc:date>
    <item>
      <title>FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2184407#M4329</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im looking to create a Zephyr application (on &lt;LI-PRODUCT title="RW612" id="RW612"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;or &lt;LI-PRODUCT title="RW610" id="RW610"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;chip) to connect to a server (mqtt or coap) over Ethernet or Wifi. When Eth (primary comms) is plugged IN, it should use Eth and when Eth is plugged OUT, it should fallback to Wifi (secondary comms). I have a&amp;nbsp; FRDM-RW612 now and a ublox EVK-IRIS-W106-RW612 (with RW612 inside module). I was looking for a Zephyr sample app that would be the best starting point. Its looking like i need to use the conn_mgr component in Zephyr but is there a good starting app (or appnote) in either Zephyr or MCUXpresso SDK that does this already ? uhttps://docs.zephyrproject.org/latest/connectivity/networking/conn_mgr/main.h&lt;/P&gt;&lt;P&gt;When i get the Eth/Wifi done, i will add LTE/4G as another network interface.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Oct 2025 18:28:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2184407#M4329</guid>
      <dc:creator>adrianburns1</dc:creator>
      <dc:date>2025-10-12T18:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2184455#M4330</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255725"&gt;@adrianburns1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see this user guide:&lt;/P&gt;
&lt;H5 class="title-and-elements"&gt;&lt;A id="relatedDocsClickPDF_1" class="dtmcustomrulelink" href="https://www.nxp.com/docs/en/user-manual/UM12035.pdf" target="_blank" rel="noopener" data-dtmaction="Documentation Section - Results Link Click" data-dtmsearchresulttitle="UM12035: Getting Started with RW61x Running Zephyr OS" data-dtmsubaction="UM12035: Getting Started with RW61x Running Zephyr OS - NXP - User Guide - English" data-cl-id="2322748900"&gt;&lt;SPAN&gt;UM12035: Getting Started with RW61x Running Zephyr OS&lt;/SPAN&gt;&lt;/A&gt;&lt;/H5&gt;
&lt;P&gt;Hope it can help you somehow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 02:34:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2184455#M4330</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-10-13T02:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2184635#M4331</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Had gone through that alright and its a good start for getting zephyr running. But i was looking for more demo apps for multi-connectivity (eth/wifi/ble) and secure OTA of app, wifi and ble cpu's as the multi-radio aspect is whats attractive about this chip. Maybe im better using the mcuxpresso sdk examples on FreeRTOS to start as its more mature than zephyr?&lt;/P&gt;&lt;P&gt;Thanks for your quick response &lt;LI-EMOJI id="lia_thumbs-up" title=":thumbs_up:"&gt;&lt;/LI-EMOJI&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 08:02:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2184635#M4331</guid>
      <dc:creator>adrianburns1</dc:creator>
      <dc:date>2025-10-13T08:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2184988#M4334</link>
      <description>&lt;P&gt;Also, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;when going through the doc (page 23)&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-manual/UM12035.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-manual/UM12035.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;the "nxp_wifi add" command says unknown command, same for all other nxp_wifi commands apart from the scan command&lt;/P&gt;&lt;P&gt;using the standard "wifi" commands rather than the "nxp_wifi" commands seems to work ok but i couldnt get the nxp_wifi ones to work as per the document, see below the serial terminal output and the version of zephyr im using (tip of tree as per today)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;uart:~$ nxp_wifi version&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WLAN Driver Version : v1.3.r52.z_up.p4&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;WLAN Firmware Version : rw610w-V2, IMU, FP99, 18.99.6.p41, PVE_FIX 1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Command wlan-version&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;uart:~$ nxp_wifi add test1 ssid xxxxxxxxxx psk xxxxxxxxxx&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Unknown comamnd add&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;uart:~$&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My version of zephyr is as follows (just mainline tip of tree as of today):&lt;/P&gt;&lt;P&gt;(.venv) ado@ado:~/zephyrproject/zephyr$ git status&lt;BR /&gt;On branch main&lt;BR /&gt;Your branch is up to date with 'origin/main'.&lt;/P&gt;&lt;P&gt;nothing to commit, working tree clean&lt;BR /&gt;(.venv) ado@ado:~/zephyrproject/zephyr$ git log&lt;BR /&gt;commit 4b3cb736d5fb6de21b614c833a65a99700b61594 (HEAD -&amp;gt; main, tag: help, origin/main, origin/HEAD)&lt;BR /&gt;Author: Firas Sammoura &amp;lt;fsammoura@google.com&amp;gt;&lt;BR /&gt;Date: Mon Oct 6 23:46:46 2025 +0000&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 15:53:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2184988#M4334</guid>
      <dc:creator>adrianburns1</dc:creator>
      <dc:date>2025-10-13T15:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2186488#M4340</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255725"&gt;@adrianburns1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I setup Zephyr environment on my Windows, and tried to import an example from repository, I found that currently it only support rd_rw612_bga, but not support FRDM_RW612.&lt;/P&gt;
&lt;P&gt;Sorry for the inconvenience to you.&lt;/P&gt;
&lt;P&gt;If you want to use RW612 on Zephyr OS, you can think about our&amp;nbsp;rd_rw612_bga board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 09:08:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2186488#M4340</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-10-15T09:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2186559#M4341</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/205377"&gt;@Christine_Li&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure i understand, I can build samples onto the board with upstream zephyr v4.2.1 (on linux command line or mcuxpresso extension in VS code). Ethernet and Wifi works on frdm_rw612 board with zephyr release v4.2.1 (there are issues with Ethernet on mainline latest code)&lt;/P&gt;&lt;P&gt;Here is supported board info&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.zephyrproject.org/latest/boards/nxp/frdm_rw612/doc/index.html" target="_blank"&gt;https://docs.zephyrproject.org/latest/boards/nxp/frdm_rw612/doc/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And ublox modue containing rw612&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.zephyrproject.org/latest/boards/u-blox/ubx_evk_iris_w1/doc/index.html" target="_blank"&gt;https://docs.zephyrproject.org/latest/boards/u-blox/ubx_evk_iris_w1/doc/index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 10:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2186559#M4341</guid>
      <dc:creator>adrianburns1</dc:creator>
      <dc:date>2025-10-15T10:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2187429#M4348</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255725"&gt;@adrianburns1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reply.&lt;/P&gt;
&lt;P&gt;Oh, I think the difference between us is because of the Zephyr version.&lt;/P&gt;
&lt;P&gt;You are using&amp;nbsp;Zephyr&amp;nbsp;&lt;SPAN&gt;v4.2.1 is newer than me.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let me update version, then check further and share with you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Christine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 09:49:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2187429#M4348</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-10-16T09:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2190544#M4369</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255725"&gt;@adrianburns1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, you are right. After I update my Zephyr version, I can choose FRDM-RW612.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing me your Zephyr version.&lt;/P&gt;
&lt;P&gt;Which example do you import?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 07:45:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2190544#M4369</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-10-22T07:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2190643#M4370</link>
      <description>&lt;P&gt;Hi，&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255725"&gt;@adrianburns1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using shell example?&lt;/P&gt;
&lt;P&gt;When I compile it, it reports: could not find Firmware.&lt;/P&gt;
&lt;P&gt;I think our git log is different.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;PS C:\Zephyr\zephyr&amp;gt; git log 
commit 64e98eb5278d790f3b3e5279ca8b39b45097bbc0 (HEAD, tag: v4.2.1)
Author: Daniel DeGrasse &amp;lt;ddegrasse@tenstorrent.com&amp;gt;
Date:   Fri Oct 3 14:02:58 2025 -0500

    release: Zephyr v4.2.1
    
    Set the version to v4.2.1
    
    Signed-off-by: Daniel DeGrasse &amp;lt;ddegrasse@tenstorrent.com&amp;gt;
    Signed-off-by: Dan Kalowsky &amp;lt;dkalowsky@amperecomputing.com&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;Can you please share to me your firmware, from:&amp;nbsp;Zephyr\modules\hal\nxp\zephyr\blobs\rw61x\rw61x_sb_wifi_a2.bin&lt;/P&gt;
&lt;P&gt;So that I can reproduce your issue and debug further?&lt;/P&gt;
&lt;P&gt;On my side, here, there is no&amp;nbsp;rw61x_sb_wifi_a2.bin, so I could not load firmware successfully even I copy one FW from our MCUXpresso IDE SDK 25.09.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;uart:~$
[wifi_io] Error: Download firmware failed
[wifi] Error: imu_wifi_init failed. status code -1
[wlcm] Error: wifi init/reinit failed. status code -1
[00:12:44.509,098] &amp;lt;err&amp;gt; nxp_wifi: wlan initialization failed
*** Booting Zephyr OS build v4.2.1 ***
uart:~$
uart:~$
uart:~$
uart:~$ wifi version
Failed to get Wi-Fi versions
[00:13:22.304,348] &amp;lt;err&amp;gt; nxp_wifi: Failed to get Wi-Fi driver/firmware version
uart:~$
&lt;/LI-CODE&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 09:37:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2190643#M4370</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-10-22T09:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2190646#M4371</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255725"&gt;@adrianburns1&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Maybe i'm better using the mcuxpresso sdk examples on FreeRTOS to start as its more mature than zephyr?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;==&amp;gt;Yes, you are right. Mcuxpresso sdk examples on FreeRTOS is more mature than Zephyr.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Christine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 09:35:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2190646#M4371</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-10-22T09:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2191404#M4375</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255725"&gt;@adrianburns1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even I did "west blobs fetch hal_nxp", I still could not get firmware.&lt;/P&gt;
&lt;P&gt;Please help to share your firmware, then I can have a try on my side.&lt;/P&gt;
&lt;P&gt;Or you can share the whole "Zephyr\modules\hal\nxp" nxp directory to me.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;C:\Zephyr420&amp;gt;west blobs fetch hal_nxp
Fetching blob hal_nxp: C:\Zephyr420\modules\hal\nxp\zephyr\blobs\iw612\uart_nw61x_se.h
Fetching blob hal_nxp: C:\Zephyr420\modules\hal\nxp\zephyr\blobs\rw61x\rw61x_sb_ble_15d4_combo_a2.bin
ERROR: An error occurred: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And for your information, if it is not necessary for you to choose Zephyr, I will strongly recommend you to&amp;nbsp;&lt;SPAN&gt;use the mcuxpresso sdk examples on FreeRTOS.&amp;nbsp; It is&amp;nbsp;more mature than zephyr.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please let me know your decisions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Christine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 09:47:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2191404#M4375</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-10-23T09:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2194855#M4403</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/255725"&gt;@adrianburns1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, I do&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;"west blobs fetch hal_nxp" successfully.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now I can reproduce you issue locally.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And yes, you are right, it says unknown command for "nxp_wifi add".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thank you for pointing this, we will take your concerns and escalate it to our internal team for correcting this in our&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/user-manual/UM12035.pdf" target="_blank" rel="noopener"&gt;https://www.nxp.com/docs/en/user-manual/UM12035.pdf&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;But if you want to connect to an AP, please use "wifi connect" command.&lt;/P&gt;
&lt;P&gt;I give you an example for your reference as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;uart:~$ wifi connect -s Christine -k 1 -p Aa_123456
Connection requested
board_type: 2, board_type mapping:
Connected
0----QFN
1----CSP
2----BGA
[00:xx:xx.xxx,936] &amp;lt;inf&amp;gt; net_dhcpv4: Received: 192.168.xx.xx
uart:~$ wifi status
Status: successful
==================
State: COMPLETED
Interface Mode: STATION
Link Mode: WIFI 6 (802.11ax/HE)
SSID: Christine
BSSID: xx:xx:xx:xx:xx:xx
Band: 2.4GHz
Channel: 6
Security:  WPA2-PSK
MFP: Optional
RSSI: -30
Beacon Interval: 100
DTIM: 0
TWT: Not supported
Current PHY TX rate (Mbps) : 86
uart:~$
&lt;/LI-CODE&gt;
&lt;P&gt;Below is the parameter's explanation for wifi connect:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;connect - Connect to a Wi-Fi AP
          &amp;lt;-s --ssid "&amp;lt;SSID&amp;gt;"&amp;gt;: SSID.
          [-c --channel]: Channel that needs to be scanned for connection. 0:any
          channel.
          [-b, --band] 0: any band (2:2.4GHz, 5:5GHz, 6:6GHz]
          [-p, --passphrase]: Passphrase (valid only for secure SSIDs)
          [-k, --key-mgmt]: Key Management type (valid only for secure SSIDs)
          0:None, 1:WPA2-PSK, 2:WPA2-PSK-256, 3:SAE-HNP, 4:SAE-H2E, 5:SAE-AUTO,
          6:WAPI,7:EAP-TLS, 8:WEP, 9: WPA-PSK, 10: WPA-Auto-Personal, 11: DPP
          12: EAP-PEAP-MSCHAPv2, 13: EAP-PEAP-GTC, 14: EAP-TTLS-MSCHAPv2,
          15: EAP-PEAP-TLS, 20: SAE-EXT-KEY
          [-w, --ieee-80211w]: MFP (optional: needs security type to be
          specified)
          : 0:Disable, 1:Optional, 2:Required.
          [-m, --bssid]: MAC address of the AP (BSSID).
          [-t, --timeout]: Timeout for the connection attempt (in seconds).
          [-a, --anon-id]: Anonymous identity for enterprise mode.
          [-K, --key1-pwd for eap phase1 or --key2-pwd for eap phase2]:
          Private key passwd for enterprise mode. Default no password for
          private key.
          [-S, --wpa3-enterprise]: WPA3 enterprise mode:
          Default 0: Not WPA3 enterprise mode.
          1:Suite-b mode, 2:Suite-b-192-bit mode, 3:WPA3-enterprise-only mode.
          [-T, --TLS-cipher]: 0:TLS-NONE, 1:TLS-ECC-P384, 2:TLS-RSA-3K.
          [-A, --verify-peer-cert]: apply for EAP-PEAP-MSCHAPv2 and
          EAP-TTLS-MSCHAPv2
          Default 0. 0:not use CA to verify peer, 1:use CA to verify peer.
          [-V, --eap-version]: 0 or 1. Default 1: eap version 1.
          [-I, --eap-id1]: Client Identity. Default no eap identity.
          [-P, --eap-pwd1]: Client Password.
          Default no password for eap user.
          [-R, --ieee-80211r]: Use IEEE80211R fast BSS transition connect.[-h,
          --help]: Print out the help for the connect command.
          [-i, --iface=&amp;lt;interface index&amp;gt;] : Interface index.
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you somehow.&lt;/P&gt;
&lt;P&gt;Any way,&amp;nbsp;&lt;SPAN&gt;Mcuxpresso sdk examples on FreeRTOS is more mature than Zephyr. If Zephyr is not a must choice, you can think about&amp;nbsp;Mcuxpresso sdk examples on FreeRTOS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please let me know whether have any other concerns on this ticket.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Christine.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 07:04:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2194855#M4403</guid>
      <dc:creator>Christine_Li</dc:creator>
      <dc:date>2025-10-29T07:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-RW612 - Zephyr connection management of Ethernet/Wifi</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2195180#M4407</link>
      <description>&lt;P&gt;thanks Christine&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 14:41:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/FRDM-RW612-Zephyr-connection-management-of-Ethernet-Wifi/m-p/2195180#M4407</guid>
      <dc:creator>adrianburns1</dc:creator>
      <dc:date>2025-10-29T14:41:20Z</dc:date>
    </item>
  </channel>
</rss>

