<?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: RW612 wifi_cli error and Matter in Wi-Fi® + Bluetooth® + 802.15.4</title>
    <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/RW612-wifi-cli-error-and-Matter/m-p/1714484#M2345</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.&amp;gt; Can you please help me with the board version you are currently using?&lt;/P&gt;&lt;P&gt;It&amp;nbsp;is written V2 on the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;gt; Also we suggest to use the latest version of MCUXpresso in this case v11.8.0. (For debug purposes)&lt;/P&gt;&lt;P&gt;Currently using SDK version 2.13.1.&lt;/P&gt;&lt;P&gt;MCUXpresso is also using the latest version.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Also about the pin configuration they are only two changes to be performed on JP42 and JP3 (I attached a image for reference).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There is no change even if you change the jumper pins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank your support&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Bae&lt;/P&gt;</description>
    <pubDate>Thu, 31 Aug 2023 00:06:00 GMT</pubDate>
    <dc:creator>youngsoo</dc:creator>
    <dc:date>2023-08-31T00:06:00Z</dc:date>
    <item>
      <title>RW612 wifi_cli error and Matter</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/RW612-wifi-cli-error-and-Matter/m-p/1713805#M2343</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Previously, I tried using matter with mw320, but the problem was that there was no BLE, so testing on Homepod mini or SmartThings was not possible.&lt;/P&gt;&lt;P&gt;That is why i conducting tests on RW612.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Q1.&lt;/P&gt;&lt;P&gt;Before testing Matter, I downloaded the SDK, built a sample using mcuxpresso, and debugged it.&lt;/P&gt;&lt;P&gt;I used wifi_cli but it doesn't work properly.&lt;BR /&gt;The error below is output.&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=======================================&lt;BR /&gt;wifi cli demo&lt;BR /&gt;========================================&lt;BR /&gt;&lt;BR /&gt;MCU wakeup source 0x1...&lt;BR /&gt;Initialize CLI&lt;BR /&gt;========================================&lt;BR /&gt;Initialize WLAN Driver&lt;BR /&gt;========================================&lt;BR /&gt;4015: [wifi_io] Error: Download firmware failed&lt;BR /&gt;4019: [wifi] Error: sd_wifi_init failed. status code -1&lt;BR /&gt;4024: [wlcm] Error: wifi_init failed. status code -1&lt;BR /&gt;ASSERT ERROR " 0 == result ": file "main.c" Line "321" function name "wlan_driver_init"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, even if you end debugging and reset the board, nothing is output from the terminal or strange text is displayed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The current board is written as RD-RW612-BGA IPA-2A/1A V2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am attaching a photo to confirm the jumper pin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I added JLinkDevice.xml and the device to Segger, and programmed the three firmwares (wifi, ble, combo) marked rw610_sb_xxx.bin(SDK/components/conn_fwloader/fw_bin) using J-Link Commander.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Why does this problem occur? Is there any way to solve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Q2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I branched a new commit for RW's firmware.&lt;BR /&gt;After setting it up by referring to the URL below, activate and "git submodule update --init" worked well, and I even built it using GN and ninja.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://github.com/NXP/matter/tree/v1.1.0.1-tag-nxp/examples/all-clusters-app/nxp/rt/rw610" target="_blank" rel="noopener"&gt;https://github.com/NXP/matter/tree/v1.1.0.1-tag-nxp/examples/all-clusters-app/nxp/rt/rw610&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is the gn command below okay?&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;gn gen out/host --args='chip_enable_matter_cli=true chip_enable_wifi=true chip_enable_ble=true is_debug=true optimize_debug=false chip_with_factory_data=1'

ninja -C out/host&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;And in git it is written as follows:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Import the connectedhomeip repo in MCUXpresso IDE as Makefile Project. Use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;none&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;Toolchain for Indexer Settings&lt;/EM&gt;:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Does this mean that I need to select the connectedhomeip folder in Existing Code Location?&lt;BR /&gt;Or should I select the RW610 folder that was built with ninja?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank your support&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Bae&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 07:25:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/RW612-wifi-cli-error-and-Matter/m-p/1713805#M2343</guid>
      <dc:creator>youngsoo</dc:creator>
      <dc:date>2023-08-30T07:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: RW612 wifi_cli error and Matter</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/RW612-wifi-cli-error-and-Matter/m-p/1714441#M2344</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance for contacting NXP support.&lt;/P&gt;
&lt;P&gt;Regarding your questions:&lt;/P&gt;
&lt;P&gt;Q1:&lt;/P&gt;
&lt;UL type="disc"&gt;
&lt;LI&gt;I understand you updated the firmware. Can you please help me with the board version you are currently using? This is because there a couple SW changes need to be applied on the code and the FW (rw610_sb_xxx.bin) has variations depending on board version.&lt;/LI&gt;
&lt;LI&gt;Also we suggest to use the latest version of MCUXpresso in this case v11.8.0. (For debug purposes)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Q2:&lt;/P&gt;
&lt;UL type="disc"&gt;
&lt;LI&gt;Regarding this I will recommend to use the connectedhomeip folder in Existing Code Location.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Also about the pin configuration they are only two changes to be performed on JP42 and JP3 (I attached a image for reference).&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 22:33:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/RW612-wifi-cli-error-and-Matter/m-p/1714441#M2344</guid>
      <dc:creator>nxf77486</dc:creator>
      <dc:date>2023-08-30T22:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: RW612 wifi_cli error and Matter</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/RW612-wifi-cli-error-and-Matter/m-p/1714484#M2345</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.&amp;gt; Can you please help me with the board version you are currently using?&lt;/P&gt;&lt;P&gt;It&amp;nbsp;is written V2 on the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;gt; Also we suggest to use the latest version of MCUXpresso in this case v11.8.0. (For debug purposes)&lt;/P&gt;&lt;P&gt;Currently using SDK version 2.13.1.&lt;/P&gt;&lt;P&gt;MCUXpresso is also using the latest version.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Also about the pin configuration they are only two changes to be performed on JP42 and JP3 (I attached a image for reference).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There is no change even if you change the jumper pins.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank your support&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Bae&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 00:06:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/RW612-wifi-cli-error-and-Matter/m-p/1714484#M2345</guid>
      <dc:creator>youngsoo</dc:creator>
      <dc:date>2023-08-31T00:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: RW612 wifi_cli error and Matter</title>
      <link>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/RW612-wifi-cli-error-and-Matter/m-p/1715396#M2346</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I send you a private message to continue this support questions.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2023 22:10:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wi-Fi-Bluetooth-802-15-4/RW612-wifi-cli-error-and-Matter/m-p/1715396#M2346</guid>
      <dc:creator>nxf77486</dc:creator>
      <dc:date>2023-08-31T22:10:46Z</dc:date>
    </item>
  </channel>
</rss>

