Skip to content

Commit 1e36fc3

Browse files
committed
qa
Signed-off-by: Jan Zachmann <50990105+JanZachmann@users.noreply.github.com>
1 parent d95cf73 commit 1e36fc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/twin/firmware_update/update_validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
After flashing an update to the new root partition, the device boots this partition and it is probed if the update was successful. Only after this test has passed successfully, the new root partition is permanently set for booting the device. Otherwise, if the goal state for a valid update wasn't reached, a reboot is triggered which boots to the old root partition.
44

5+
:exclamation: There is one exception from this behavior. In case the update includes a bootloader update too, the device cannot recover by booting to the old partition due to potential backward compatibility issues. Consequently the system is booted to the new partition even if validation failed. In a worst case scenario this might lead to a reboot loop.
6+
57
## Criteria for a successful update
68

79
The following checks must be passed in order to successfully validate an update:

0 commit comments

Comments
 (0)