iIMX8M_WIF_ bringup_with ATH10k driver

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

iIMX8M_WIF_ bringup_with ATH10k driver

283 Views
Nandbk
Contributor I

Hi

 

I am trying to bringup wifi on IMX8 board with Chipset: Qualcomm Atheros QCA6174A-5, is it default supported and we just need to enable any config or whole driver code needs to be changed from bsp.

 

as i understand nxp crates mlan.ko drivers for wifi

0 Kudos
1 Reply

265 Views
Sanket_Parekh
NXP TechSupport
NXP TechSupport
Hello @Nandbk ,

I hope you are doing well.

->Please refer to the linux and Android release notes for the wifi support
->Please check for the driver & firmware availability in the latest BSPs.
->One can check for the same at the given below location for vendor support for wireless.
<android_source>/android_build/vendor/nxp-opensource/kernel_imx/drivers/net/wireless
<Linux_src>/drivers/net/wireless
->If they are not supported, then one has to ask for the firmware, drivers, and other vendor-specific configurations from the specific vendor.
_>If they are supported, kindly try to load the driver and check if the interface is created or not by giving the below command.
ifconfig -a.
->One can also check whether the chipset is detected or not by giving the below command.
dmesg | grep qca 
<qca or something like wlan, new, interface>

Thanks & Regards,
Sanket Parekh
0 Kudos