Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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:~$ 
  2. Connect to a WiFi network:
    user@imx8mpnavq:~$ sudo nmcli device wifi connect <SSID> password "<PASSWD>"

  3. Run sudo reboot to enable connection to the board via ssh or scp.

Determining Wi-Fi Signal Strength

...