Access the Device

Once the board is successfully flashed, you can access it through the graphical environment or via a serial connection.

Graphical Environment

The Weston display server is installed and running in the default configuration.

Simply connect a monitor to the device to access the graphical environment.

Serial Connection

Ensure the board is powered on and connected via the Debug USB port.

  1. Identify the serial port.

    Determine the serial port exposed by the device:

    ls /dev/ttyUSB*
    
  2. Connect to the device.

    Use a terminal emulator to connect to the serial port of the device:

    minicom -D /dev/ttyUSB0 -b 921600

    Note

    If you encounter permission errors, you may need to add your user to the dialout group.

    Log out and log back in for the changes to take effect.

  3. Access the console.

    Once connected, you should see the console output. If the device is already booted, press Enter to get a login prompt.