...
Validate that the i.MX 8M Plus is able to detect Wi-Fi Access Points in the vicinity:
Code Block user@imx8mpnavq:~$ sudo nmcli device wifi list [sudo] password for user: IN-USE BSSID SSID MODE CHAN RATE SIGN> 28:D1:27:16:FA:C6 ver-inete Infra 2 130 Mbit/s 70 > E8:37:7A:91:6B:B4 Keenetic-9288 Infra 6 270 Mbit/s 59 > .... # press 'q' to stop the listing and return to shell prompt user@imx8mpnavq:~$
Connect to a WiFi network:
user@imx8mpnavq:~$ sudo nmcli device wifi connect <SSID> password "<PASSWD>"
...