Skip to content

Commit d3fbe8a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/twin/firmware_update/update_validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
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. Thus no update validation is triggered at all. In a worst case scenario this might lead to a stuck device or a reboot loop.
66

77
## Criteria for a successful update
88

0 commit comments

Comments
 (0)