Internet connection on IMX8MPLUS-PEVK

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

Internet connection on IMX8MPLUS-PEVK

Jump to solution
421 Views
alepvn33
Contributor I

Hello all,

I am having some trouble understanding how to connect a 8MPLUSLPD4-PEVK board with pre-loaded Linux image to internet. By running ifconfig I cannot find the wlan0 interface. I could connect it through the ethernet port, but I am not familiar with how to authenticate to the network.
Maybe it is too straightforward, but I would be glad if anyone could help me with this.

Thanks everyone

0 Kudos
Reply
1 Solution
416 Views
Chavira
NXP TechSupport
NXP TechSupport

Hi @alepvn33!

Thank you for contacting NXP Support!

 

To run Wi-Fi, execute the following commands first and follow common commands below:
• For the following steps, execute these commands using connman.

 

# 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

 

You can refer to our IMX LINUX USERS GUIDE.

 

Best Regards!

Chavira

View solution in original post

0 Kudos
Reply
1 Reply
417 Views
Chavira
NXP TechSupport
NXP TechSupport

Hi @alepvn33!

Thank you for contacting NXP Support!

 

To run Wi-Fi, execute the following commands first and follow common commands below:
• For the following steps, execute these commands using connman.

 

# 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

 

You can refer to our IMX LINUX USERS GUIDE.

 

Best Regards!

Chavira

0 Kudos
Reply