> For the complete documentation index, see [llms.txt](https://aerogcs-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aerogcs-docs.aeromegh.com/5-rpa-configuration/6.14-firmware-upgrade.md).

# 6.14 Firmware Upgrade

### Firmware Upgrade

Firmware is the software that is embedded in the hardware. Everything from flight inputs to energy management and everything in between is controlled by it. To enhance performance, correct bugs, and address security issues, manufacturers (OEMs) will from time to time deliver firmware updates. When updating firmware, please make sure you follow the OEM's guidelines.&#x20;

Firmware upgrade is required to ensure the proper working of drones. It enhances the reliability of drones in failsafe, landing aspects, reducing the costly problems may arise.

This functionality is used for flashing the firmware for a drone. User can flash the firmware of a particular device by selecting the desired type of firmware. There are 2 types of flashing:

* Automatic
* Manual

{% hint style="info" %}
**Note:** Upgrading the Firmware may be time-consuming. Stable connectivity of the internet is mandatory for upgrading the firmware.
{% endhint %}

Upgrade the firmware on receiving the respective notification from OEMs.


---

# 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://aerogcs-docs.aeromegh.com/5-rpa-configuration/6.14-firmware-upgrade.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.
