Bring up wifi/BT with i.MX8 qm on yocto linux.

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

Bring up wifi/BT with i.MX8 qm on yocto linux.

527 Views
swayamdhondge10
Contributor II

Hello,

I am working with i.MX8 qm on yocto linux.

I tried flashing a prebuilt yocto image provided by NXP(imx-image-multimedia-imx8qmmek.wic.zst)
Can you suggest how I can bring up WIFI/BT with i.MX* qm with Yocto Linux OS. 
I have tried with two BT/WIFI chip is (1) Murata 1CX M.2. and (2)  Laird Connectivity’s ST60-2230C.

 

0 Kudos
3 Replies

513 Views
brian14
NXP TechSupport
NXP TechSupport

Hi @swayamdhondge10

Please try with the following commands described on the iMX Linux Users Guide:

# 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

Let me know if this works.

Have a great day!

0 Kudos

466 Views
swayamdhondge10
Contributor II

Hi @brian14, I tried the following commands. But still I am unable to turn on the wifi.
The outputs of the following comands: 


connmanctl> enable wifi 
output: wifi is not available 

connmanctl>scan wifi

ouput : net.connman.Technology doesn't exists. 
Please guide on this issue.

0 Kudos

446 Views
brian14
NXP TechSupport
NXP TechSupport

Hi @swayamdhondge10

Please try with the following manual to properly set your Wi-Fi module.

Link to manual: Getting Started with NXP-based Wireless Modules on i.MX 8M Quad EVK Running Linux OS - User manual (...

I hope this information will be helpful.

Best regards, Brian.

0 Kudos