how to enable Wi-Fi driver in "fsl-image-qt5-validation-imx" image on imx8mqevk?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to enable Wi-Fi driver in "fsl-image-qt5-validation-imx" image on imx8mqevk?

886 Views
vsuneja63
Contributor III

We are following steps for Wayland image on i.MX8 MQuad EVK.
$ DISTRO=fsl-imx-wayland MACHINE=imx8mqevk source fsl-setup-release.sh -b build-wayland
$ bitbake fsl-image-qt5-validation-imx

wlan0 interface is not there in the builld, how to enable it for imx8 target.

We are following building steps from "i.MX Yocto Project User's Guide".

4 Replies

748 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Vipul Suneja,

I would recommend for you to check the Wi-Fi QCA6174 driver section of the Linux Reference Manual included as part of the i.MX BSP documentation of the BSO you are using, as there is useful information on how to enable and connect to networks.

I hope this helps!

Regards,

0 Kudos

748 Views
vsuneja63
Contributor III

Thanks!

I will try this out.

0 Kudos

748 Views
romitchatterjee
Contributor V

Have you tried "ifconfig -a" and checked if wlan0 is listed there? Regular "ifconfig" just lists the interfaces that are up.

748 Views
vsuneja63
Contributor III

Thanks!

I tried with this but wlan0 interface missing. I tried to make it up via command "ifconfig wlan0 up", but its not coming up.

0 Kudos