docs: secondary slot magic is unset after update
This description is needed to explain why MCUBoot won't revert a recently performed update. Signed-off-by: Håkon Øye Amundsen <haakon.amundsen@nordicsemi.no>
This commit is contained in:
parent
11d91c34a3
commit
cdf94c2623
|
@ -675,12 +675,14 @@ happened when a swap was requested:
|
|||
o Write primary_slot.copy_done = 1
|
||||
(swap caused the following values to be written:
|
||||
primary_slot.magic = BOOT_MAGIC
|
||||
secondary_slot.magic = UNSET
|
||||
primary_slot.image_ok = Unset)
|
||||
|
||||
* permanent:
|
||||
o Write primary_slot.copy_done = 1
|
||||
(swap caused the following values to be written:
|
||||
primary_slot.magic = BOOT_MAGIC
|
||||
secondary_slot.magic = UNSET
|
||||
primary_slot.image_ok = 0x01)
|
||||
|
||||
* revert:
|
||||
|
|
Loading…
Reference in New Issue