Skip to content

Commit

Permalink
Common: loading firmware via SD card made easier to find
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 authored and Hwurzburg committed Dec 21, 2024
1 parent 6387c19 commit 86aac10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
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

0 comments on commit 86aac10

Please sign in to comment.