Skip to content

Commit 055c61e

Browse files
committed
minor fix in A/B boot
1 parent 5725fcd commit 055c61e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

uboot-config/uboot.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ bootpart=1:1
2727
# ---------- Nerves firmware state ---------------------------
2828
#
2929
nerves_fw_active=a
30-
nerves_fw_autovalidate=1
30+
# Autovalidate must be 0 so that firmware only gets validated explicitly
31+
# by the running system. This ensures A/B failover works correctly.
32+
nerves_fw_autovalidate=0
3133
nerves_fw_validated=1
3234
nerves_fw_booted=0
3335

0 commit comments

Comments
 (0)