Add more doc about the bootloader (sequence diagrams and degraded cases).
This commit is contained in:
17
doc/bootloader/recover.puml
Normal file
17
doc/bootloader/recover.puml
Normal file
@@ -0,0 +1,17 @@
|
||||
@startuml
|
||||
|
||||
MCU -> Bootloader: reset
|
||||
activate Bootloader
|
||||
Bootloader -> Bootloader: Recover? (yes)
|
||||
Bootloader -> Bootloader: Restore previous firmware
|
||||
note left: Copy the previous firmware from secondary to primary slot
|
||||
Bootloader -> Application: Jump to primary slot
|
||||
deactivate Bootloader
|
||||
|
||||
activate Application
|
||||
note right: This is the previous version\nof the firmware
|
||||
Application -> Application: Normal Operation
|
||||
Application -> MCU: Reset
|
||||
deactivate Application
|
||||
|
||||
@enduml
|
Reference in New Issue
Block a user