Versions Compared

Key

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

...

  1. Disconnect all cables (except serial debug) to power off the board.

  2. Use Type-C to Type-C cable and plug it into NAVQ Plus USB2 Type-C (closer to center) and a Laptop with Type-C port.

  3. Validate that the NAVQ Plus boots to login prompt normally (no boot loop).

  4. Use Type-A to Type-C cable and plug it into NAVQ Plus USB2 Type-C (closer to center) and a Laptop/Desktop with Type-A port.

  5. Validate that the NAVQ Plus boots to login prompt normally (no boot loop).

USB1 host mode Host Mode test

  1. Plug-in a USB hub into USB1.

  2. Power Up device via USB2.

  3. Plug-in a USB device into the hub.

  4. Verify that the plugged-in device is enumerated (via dmesg).

USB1 device mode Device Mode test

  1. Disconnect the cable from USB1.

  2. Reboot the board

  3. Run usb-gadget-mtp1 service:

    Code Block
    user@imx8mpnavq:~$ sudo systemctl start usb-gadget-mtp@38100000.usb
    [sudo] password for user: 
    user@imx8mpnavq:~$ 
  4. Connect the USB1 to a desktop host.

  5. Verify that the host recognized NAVQ Plus as an MTP (“NavqPlus” device is shown in the Windows Explorer).

USB2 device mode Device Mode test

  1. Power up device using USB1 port

  2. Run usb-gadget-mtp2 service:

    Code Block
    # Stop the Ethernet gadget on USB2, enabled by default in imx-image-desktop-ros image.
    user@imx8mpnavq:~$ sudo systemctl stop usb-gadget-eth@38200000.usb 
    [sudo] password for user: 
    ...
    user@imx8mpnavq:~$ sudo systemctl start usb-gadget-mtp@38200000.usb
    user@imx8mpnavq:~$
  3. Connect the USB2 to a desktop host/laptop.

  4. Verify that the host/laptop recognized NAVQ Plus as an MTP.

  5. Restore back USB Ethernet gadget on USB2 (or just do “sudo reboot” instead):

    Code Block
    user@imx8mpnavq:~$ sudo systemctl stop usb-gadget-mtp@38200000.usb
    [sudo] password for user: 
    user@imx8mpnavq:~$ sudo systemctl start usb-gadget-eth@38200000.usb

RoyaleViewer/Qt test

  1. Make sure HDMI display and USB Mouse are connected to the kit.

  2. Copy the test file https://emcraft.com/misc/test.rrf to a USB Flash. Insert the USB Flash into the kit.

  3. From the shell prompt, on the serial console, run PMD RoyaleViewer:

    Code Block
    user@imx8mpnavq:~$ royaleviewer.sh
    ...
  4. On the HDMI display, navigate to “Tools” → “Load File” and load the test file.

  5. Verify that RoyaleViewer plays the saved frames correctly.

MIPI Cameras test

Verify the camera functionality as per the respective applicaiton notes:
Using Emcraft OV5640 Camera

Using Emcraft OV5647 Camera

Using Google Coral Camera