WIP: Add bootloader for A/B update support #12

Draft
mickdermack wants to merge 9 commits from feature-ab-bootloader into master
mickdermack commented 2022-03-12 04:15:49 +01:00 (Migrated from github.com)

To support firmware updates via CAN, this adds a small bootloader with A/B partition selection capability. Actually updating the firmware over CAN is still TODO.

Example for flashing after this change:

make flash-boot
make flash-feedcode-front
To support firmware updates via CAN, this adds a small bootloader with A/B partition selection capability. Actually updating the firmware over CAN is still TODO. Example for flashing after this change: ``` make flash-boot make flash-feedcode-front ```
CommanderRedYT commented 2022-03-16 18:02:44 +01:00 (Migrated from github.com)

I rebased this PR to the newest master

I rebased this PR to the newest master
This pull request has changes conflicting with the target branch.
  • CMakeLists.txt
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature-ab-bootloader:feature-ab-bootloader
git checkout feature-ab-bootloader
Sign in to join this conversation.
No description provided.