> For the complete documentation index, see [llms.txt](https://nxp.gitbook.io/mobilerobotics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nxp.gitbook.io/mobilerobotics/flashing-guide/navq+-companion-computer.md).

# NavQ+ Companion Computer

## What is this board?

NavQPlus is a reference design for a mission computer, AKA companion computer, for use in mobile robotics using ROS2 and similar applications such as groundstations and smart cameras. It has a SOM identical to the i.MX 8M plus EVK but is an intermediate “solution board” step between the EVK and a fully custom chip down design. It features a small form factor with Linux Foundation Dronecode connectors, dual USB, dual CAN, dual MIPI-CSI camera interfaces, IX-Industrial Ethernet connector, 100BaseT1 Two-wire ethernet, 9-20V input power management using USB-C PD, industrial real time clock (RTC) with tamper/timestamping and onboard SE050 Secure element with NFC.

Software supporting Ubuntu POC, Python, eIQ and ROS2 has been prepared to support robotics development for low power machine learning, vision, compute, path planning and navigation. Additionally, because of the HDMI, LVDS, MIPI DSI display interfaces, NavQPLus is also suitable for use in digital signage, ground stations, industrial remote controllers and other display applications needing connectivity.

## List of Technologies & Specifications

* Open reference design, NXP EVK SOM, with customization also available from 3rd party.
* Machine Learning using 2.3TOPS NPU accelerator, eIQ ML Software development environment w/TFLite, ArmNN, ONNX
* Yocto Linux, Ubuntu POC\*\* and ROS2 enablement.
* Vision – Dual MIPI camera w/ ISPs, hardware codec accelerators
* WiFi 5 / BTLE 5.0
* 100BaseT1 “2-Wire” Automotive Ethernet
* 1000BaseTX Ethernet + IX industrial connector (\*not populated on -XE version)
* 2x USB-C with up to 20V power input + external power input
* SE050 EdgeLock secure element with NFC interface
* RTC with tamper timestamping
* PCIe expansion
* Supports up to three displays simultaneously MIPI, LVDS, HDMI (w/CEC)
* Other uses include as a QGC ground station or smart remote controller, or machine interface terminal.

## Links

* NXP link to the product webpage:

{% embed url="<https://www.nxp.com/design/designs/navqplus-ai-ml-companion-computer-evk-for-mobile-robotics-ros-ground-stations-and-camera-heads:8MPNAVQ>" %}

* Design Files link:

{% embed url="<https://www.nxp.com/design/designs/navqplus-ai-ml-companion-computer-evk-for-mobile-robotics-ros-ground-stations-and-camera-heads:8MPNAVQ#design-resources>" %}

* GitBook link:

{% embed url="<https://nxp.gitbook.io/8mpnavq/>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://nxp.gitbook.io/mobilerobotics/flashing-guide/navq+-companion-computer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
