add WLAN interface to stm32mp157f-dk2
Hi ST Community,
I have been trying to add the WLAN interface to my stm32mp157f-dk2 board with the distro "openstlinux-weston" and the machine "stm32mp1" without success with the following documentation:
- I have applied the kernel configuration given in chapter 3 of the following link
https://wiki.st.com/stm32mpu/wiki/WLAN_overview#How_to_use_WLAN
- I checked that the file "stm32mp157f-dk2.dts" has the configuration described in the chapter 3.2 of the following link
https://wiki.st.com/stm32mpu/wiki/WLAN_device_tree_configuration#cite_note-stm32mp151.dtsi-6
- Also I checked that the stm43mp1.conf file (machine configuration file) has the following settings
MACHINE_FEATURES += "wifi"
WIFI_LIST += "linux-firmware-bcm43430"
After applying all these settings and rebuilding the image, when I connect to the stm32mp157f-dk2 board and apply the command "ifconfig -a" I don't see any new WLAN interface.
Maybe I'm missing something?
Thanks in advance
