Internet connection on IMX8MPLUS-PEVK

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

Internet connection on IMX8MPLUS-PEVK

ソリューションへジャンプ
425件の閲覧回数
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 件の賞賛
返信
1 解決策
420件の閲覧回数
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 件の賞賛
返信
1 返信
421件の閲覧回数
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 件の賞賛
返信