Add bootloader and firmware update API#5728
Merged
shellixyz merged 3 commits intoiNavFlight:masterfrom Jul 20, 2020
Merged
Conversation
1bb61c8 to
3a5d430
Compare
36b7c28 to
cd4c408
Compare
cd4c408 to
5da04a9
Compare
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a bootloader and necessary API to make firmware updates possible through MSP or other means. Will allow OTA firmware updates through Bluetooth or other systems.
A combined main+BL hex can be built with:
make TARGET=<target> combined_hexormake TARGET_NAME_with_blThe firmware to use with the BL can be built with:
make TARGET=<target> FOR_BL=1 binary|hexormake TARGET_NAME_for_blThe BL can be built with:
make TARGET=<target> bl_binary|bl_hexormake TARGET_NAME_bl