> For the complete documentation index, see [llms.txt](https://docs.arkelectron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkelectron.com/products/flight-controller/ark-fpv/bootloader-flashing-using-dfu.md).

# Bootloader Flashing Using DFU

DFU can be used to flash or reflash the bootloader with the following steps.

1. With the board unpowered, hold the button next to the USB C port while connecting the USB cable to your PC.
2. Open <https://devanlai.github.io/webdfu/dfu-util/> in Chrome.
3. Select `Connect`, then select `DFU in FS Mode`.

   <figure><img src="/files/drSGVn4Mziblq9N8dASm" alt=""><figcaption><p>DFU Device Selection</p></figcaption></figure>
4. Now select the `@Internal Flash` option.

   <figure><img src="/files/sIr8NPLNYuDNC8I21tqP" alt=""><figcaption><p>Select the @Internal Flash Option</p></figcaption></figure>
5. Now choose the bootloader binary you wish to flash. In this case we are using the default ARK FPV PX4 bootloader which is compatible with PX4 and Ardupilot.

{% file src="/files/WKF1WXXNNsU0AZx6hyrK" %}
ARK FPV PX4 Bootloader Built on Commit [1043aebf5ddd8fd0f6825a27d9a060fa24b616eb](https://github.com/PX4/PX4-Autopilot/commit/1043aebf5ddd8fd0f6825a27d9a060fa24b616eb)
{% endfile %}

<figure><img src="/files/IRUo6Kk9sOF6ZFasgFyX" alt=""><figcaption><p>Firmware Selection</p></figcaption></figure>

6. Select `Download` to flash the firmware.

   <figure><img src="/files/mIysEx8jVZxccTkO9UKK" alt=""><figcaption><p>Start the Firmware Download</p></figcaption></figure>
7. The flash will finish and the firmware will start.


---

# 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://docs.arkelectron.com/products/flight-controller/ark-fpv/bootloader-flashing-using-dfu.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.
