Need help in IMX8MPlus EVK testing AW-CM276MA wifi module

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Need help in IMX8MPlus EVK testing AW-CM276MA wifi module

ソリューションへジャンプ
1,897件の閲覧回数
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

ラベル(3)
0 件の賞賛
返信
1 解決策
1,859件の閲覧回数
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 返答(返信)
1,878件の閲覧回数
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 件の賞賛
返信
1,868件の閲覧回数
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 件の賞賛
返信
1,860件の閲覧回数
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 件の賞賛
返信
1,840件の閲覧回数
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 件の賞賛
返信