# Software

- [Flashing](https://nxp.gitbook.io/mobilerobotics/software/flashing.md): This page explains how you can flash your board.
- [Linux - flashing](https://nxp.gitbook.io/mobilerobotics/software/flashing/linux-flashing.md): Follow this guide to flash firmware to your board on Linux.
- [Windows - flashing](https://nxp.gitbook.io/mobilerobotics/software/flashing/windows-flashing.md): Follow this guide to flash firmware to your board on Windows.
- [PX4 Autopilot](https://nxp.gitbook.io/mobilerobotics/software/px4-autopilot.md): This tool allows you to develop, build and debug PX4 and other dronecode software projects.
- [Apache NuttX](https://nxp.gitbook.io/mobilerobotics/software/apache-nuttx.md): Apache NuttX is a mature, real-time embedded operating system (RTOS)
- [Zephyr](https://nxp.gitbook.io/mobilerobotics/software/zephyr.md)
- [Ubuntu + ROS2](https://nxp.gitbook.io/mobilerobotics/software/ubuntu-+-ros2.md): ROS - Robot Opperating System


---

# Agent Instructions: 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:

```
GET https://nxp.gitbook.io/mobilerobotics/software.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
