forked from ArduPilot/companion
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add multiboot + recovery/update partition #124
Comments
Next steps with the multiboot is like this:
|
For user data and configuration we can have yet another partition that is just for this, and remains untouched during the update process. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As an alternative to the update process, we can have a small recover/update partition that we can boot into. This partition would remain completely static, and serve a webpage that allows uploading a new image file. The recovery partition will image a second (main) partition with the companion software image.
This method of updates will provide a lot of benefits:
Some things to think about:
The text was updated successfully, but these errors were encountered: