Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common: loading firmware via SD card made easier to find #6478

Merged
merged 1 commit into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions common/source/docs/common-install-sdcard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

[copywiki destination="copter,plane,rover,planner,blimp"]

===========================
Loading Firmware via sdcard
===========================
============================
Loading Firmware via SD Card
============================

It is possible to update the ArduPilot firmware on certain autopilots by placing a specifically-named file onto an SD card and running the autopilot's bootloader (e.g. by power-cycling the board.

Expand Down
5 changes: 5 additions & 0 deletions common/source/docs/common-loading-firmware-onto-pixhawk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ Firmware Limitations
- All the feature options currently **not** included in the 1MB autopilots, by default, are on the list of options on the Custom Firmware Build Server. There are also many features still included in the 1MB autopilots that may not be required for your application. So it is possible to create a build that includes some of the currently excluded features while removing some of the unneeded features. The list of feature options will be continuously expanded, allowing other large features to be dropped and more restricted features added to the custom build. For example, not including QuadPlane features will save space for Planes not requiring it. Drivers and peripheral support may be individually selected, allowing only those used to be in the code thus allowing other features to be included in the custom firmware.
- Current build is from the daily master branch, Stable and Beta branches.

Loading Firmware via SD Card
============================

The firmware on some autopilots may be uploaded by copying an 'ardupilot.abin' firmware file to the SD card and then power cycling the board. Details on how to :ref:`update the firmware via SD Card can be found here <common-install-sdcard>`.

Testing
=======

Expand Down