# Ardupilot固定功能自定义构建

由于当前的Ardupilot已经不以适合1M飞控闪存空间，官方固件已经开始砍掉大部分的硬件驱动和不常用的功能，才能勉强让1M的飞控继续运行。不幸地，依照首发原则，1M飞控只保留了最早加入的MS4525传感器为基础驱动，ASP5033，DLVR，MS5525，SDP3X传感器也默认地被排除在固件中，如果需要增加这些驱动或者固件，需要自行到官方的自定义固件构建服务器中勾选需要的驱动与功能，选择对应的飞控板后，服务器会自动在线构建固件文件，等等固件构建成功后，自行下载，并通过自定义固件方式刷进飞控。

{% hint style="info" %}
*我们建议购买飞控时，应该尽量选择大于1M闪存的飞控板。*
{% endhint %}

自定义固件构建服务器网址

[Custom.ardupilot.org](https://custom.ardupilot.org/)


---

# 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://support.qiotek.cn/ardupilot/quick_start/custom_firmware.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.
