I follow all steps in https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf with
DISTRO=fsl-imx-wayland MACHINE=imx8mm-lpddr4-evk source imx-setup-release.sh -b build
and then I build the core-image-base image and write it to an SD card and boot.
Once booted I try to load the moal driver
modprobe moal mod_para=nxp/wifi_mod_para.conf
and I get the following output
[ 60.611524] mlan: loading out-of-tree module taints kernel.
[ 60.658550] wlan: Loading MWLAN driver
[ 60.663632] wlan: Register to Bus Driver...
[ 60.667985] wlan: Register to Bus Driver Done
[ 60.672444] wlan: Driver loaded successfully
but no wifi interfaces show up.
root@imx8mm-lpddr4-evk:~# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
link/ether 00:04:9f:06:ae:9a brd ff:ff:ff:ff:ff:ff
Am I missing some crucial step? Why can't I see any wifi interfaces?