Need help in IMX8MPlus EVK testing AW-CM276MA wifi module

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Need help in IMX8MPlus EVK testing AW-CM276MA wifi module

跳至解决方案
2,738 次查看
hiteshviradiya
Contributor III

Hello,

I want to test AW-CM276MA wifi module present on M.2 of my IMX8M+ evaluation kit. I built core-image-minimal image of yocto imx-linux-kirkstone with manifest imx-5.15.71-2.2.0.xml

I don't see any modules loaded in kernel related to WiFi. Please help with how i can getting started with this?

--

THanks,

Hitesh

0 项奖励
回复
1 解答
2,700 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Sure thing, these are them:

 

# For all the Wi-Fi modules:
$ modprobe moal mod_para=nxp/wifi_mod_para.conf
$ connmanctl
connmanctl> enable wifi
connmanctl> scan wifi
connmanctl> services

# This should list of the network. For example
# wifi_c0e4347f5053_4a62726f_managed_psk*/
connmanctl> agent on
connmanctl> connect wifi_c0e4347f5053_4a62726f_managed_psk

# Enter Passphrase
Agent RequestInput wifi_c0e4347f5053_4a62726f_managed_psk
Passphrase = [ Type=psk, Requirement=mandatory ]
Passphrase?
connmanctl> quit

 

This should work to join to a network but you can have a complete reference in this guide,

Regards,

在原帖中查看解决方案

0 项奖励
回复
4 回复数
2,719 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

Try building the imx-image-multimedia or imx-image-full,

Regards

0 项奖励
回复
2,709 次查看
hiteshviradiya
Contributor III

Dear Jose,

Thanks for the prompt response! I will build this. Can you share the further steps to load drivers and test the WiFi module ?

--

Thanks,

Hitesh

0 项奖励
回复
2,701 次查看
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Sure thing, these are them:

 

# For all the Wi-Fi modules:
$ modprobe moal mod_para=nxp/wifi_mod_para.conf
$ connmanctl
connmanctl> enable wifi
connmanctl> scan wifi
connmanctl> services

# This should list of the network. For example
# wifi_c0e4347f5053_4a62726f_managed_psk*/
connmanctl> agent on
connmanctl> connect wifi_c0e4347f5053_4a62726f_managed_psk

# Enter Passphrase
Agent RequestInput wifi_c0e4347f5053_4a62726f_managed_psk
Passphrase = [ Type=psk, Requirement=mandatory ]
Passphrase?
connmanctl> quit

 

This should work to join to a network but you can have a complete reference in this guide,

Regards,

0 项奖励
回复
2,681 次查看
hiteshviradiya
Contributor III

Dear Jose,

Thanks for the steps. The main thing I needed was driver modules to be loaded and I am able to test it with wpa_supplicant.

--

Thanks,

Hitesh

0 项奖励
回复