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
Solved! Go to Solution.
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
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