cancel
Showing results for 
Search instead for 
Did you mean: 

STM32MP257F-DK wifi bt

MasonPan0804
Associate II

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

3 REPLIES 3
Erwan SZYMANSKI
ST Employee

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.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
MasonPan0804
Associate II

Hi,

There is no wlan0 after emmc boot, how to do the next?

Thank you!

Mason

MasonPan0804
Associate II

sorry, i found the wlan0 using ifconfig -a, thank you!