Wi-FI Demo run failure on RW612 EVK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Wi-FI Demo run failure on RW612 EVK

Jump to solution
390 Views
sohu_hakka
Contributor I

I compiled the rdrw612bga_wifi_cli project and program the firmware to the EVK to run,

but can't scan any wifi networks.

# wlan-scan
Scan scheduled...[wifi] Warn: Scan temporary failure

please check the log.

my questions:

1,  Why is mac address 00:00:00:00:00:00 when boot up the demo?

2,  I set the mac address using Wlan-Set-Mac command,

     but the issue is same.

thanks for your great support in advance.

==========

IDE Version:  MCUXpresso IDE v11.9.0_2144

SDK Version: SDK_2_13_3_RD-RW612-BGA

EVK: RD-RW61X-BGA-IPA-2A-V4

0 Kudos
1 Solution
354 Views
ocourson
NXP TechSupport
NXP TechSupport

Dear @sohu_hakka 

 

It seems that you are using the wrong WiFi firmware.

We have a MAC Address: 00:00:00:00:00:00 when we are trying to run wifi_cli application with a WiFi manufacturing firmware, instead of the production firmware.

Manufacturing firmware (rw61xw_sb_mfg_fw_cpu1_a2.bin) shall only be used with uart_wifi_bridge application and labtool)

The production firmware (rw61x_sb_wifi_a2.bin) shall be used for all other wifi usage.

Please flash SDK 2.13.3 WiFi production firmware with below command on JLink Commander:

loadbin rw61x_sb_wifi_a2.bin,0x08400000

(firmwares are located in mcuxpresso\02\SDKPackages\SDK_2_13_3_RD-RW612-BGA\components\conn_fwloader\fw_bin)

 

Regards,

Olivier

View solution in original post

0 Kudos
2 Replies
328 Views
sohu_hakka
Contributor I

Thanks,  It works. 

0 Kudos
355 Views
ocourson
NXP TechSupport
NXP TechSupport

Dear @sohu_hakka 

 

It seems that you are using the wrong WiFi firmware.

We have a MAC Address: 00:00:00:00:00:00 when we are trying to run wifi_cli application with a WiFi manufacturing firmware, instead of the production firmware.

Manufacturing firmware (rw61xw_sb_mfg_fw_cpu1_a2.bin) shall only be used with uart_wifi_bridge application and labtool)

The production firmware (rw61x_sb_wifi_a2.bin) shall be used for all other wifi usage.

Please flash SDK 2.13.3 WiFi production firmware with below command on JLink Commander:

loadbin rw61x_sb_wifi_a2.bin,0x08400000

(firmwares are located in mcuxpresso\02\SDKPackages\SDK_2_13_3_RD-RW612-BGA\components\conn_fwloader\fw_bin)

 

Regards,

Olivier

0 Kudos