自定义的CanMV固件,WIFI连接失败

Viewed 25

串行终端输出:

run connect failed.
get ifconfig failed.

串口0输出:


[2025-08-12 10:11:00.671]# RECV ASCII/160 <<<
[hal_netmgmt]: _netmgmt_ioctl_with_type_rt_wlan_connect_config failed
[E/NetMgmtDev] Can't find netif sta

[hal_netmgmt]: netmgmt_utils_get_ifconfig failed

[2025-08-12 10:11:00.717]# RECV ASCII/19 <<<
[mpy] exit, reset

[2025-08-12 10:11:00.780]# RECV ASCII/84 <<<
<3>[4] [Func]:vb_do_exit [Line]:1569 [Info]:vb already exited!
[mpy] enter script

[2025-08-12 10:11:22.043]# RECV ASCII/160 <<<
[hal_netmgmt]: _netmgmt_ioctl_with_type_rt_wlan_connect_config failed
[E/NetMgmtDev] Can't find netif sta

[hal_netmgmt]: netmgmt_utils_get_ifconfig failed

[2025-08-12 10:11:22.089]# RECV ASCII/19 <<<
[mpy] exit, reset

[2025-08-12 10:11:22.151]# RECV ASCII/84 <<<
<3>[4] [Func]:vb_do_exit [Line]:1569 [Info]:vb already exited!
[mpy] enter script

请问可能的原因有哪些?

1 Answers

你好,这个是因为没有识别到wifi模组,请确认wifi模组型号是否正确(RTL8189FTV),以及在make rtsmart-menuconfig中有正确的选择sdio接口。