2025-04-28 10:06 PM
Hi there,
I'm using STM32MP257F-DK and bringing up by FlashLayout_emmc_stm32mp257f-dk-ca35tdcid-ostl-optee.tsv.
I found there is no wifi/bt device by command ifconfig. It's only showing below.
root@stm32mp2:/etc# ifconfig
end0 Link encap:Ethernet HWaddr 10:E7:7A:E3:AA:F4
inet6 addr: fe80::12e7:7aff:fee3:aaf4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:102 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:28558 (27.8 KiB)
Interrupt:58
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:130 errors:0 dropped:0 overruns:0 frame:0
TX packets:130 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9985 (9.7 KiB) TX bytes:9985 (9.7 KiB)
usb0 Link encap:Ethernet HWaddr DA:74:68:4A:DE:B0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
May I confirm how to enable wifi/bt?
Thank you!
Mason
2025-04-28 11:48 PM
Hello @MasonPan0804 ,
You have a wiki article providing the guidelines here: https://wiki.st.com/stm32mpu/index.php?title=How_to_setup_a_WLAN_connection&sfr=stm32mpu
Please can you try to follow it ?
Kind regards,
Erwan.
2025-04-29 12:15 AM
Hi,
There is no wlan0 after emmc boot, how to do the next?
Thank you!
Mason
2025-04-29 12:17 AM
sorry, i found the wlan0 using ifconfig -a, thank you!