We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5725fcd commit 055c61eCopy full SHA for 055c61e
uboot-config/uboot.env
@@ -27,7 +27,9 @@ bootpart=1:1
27
# ---------- Nerves firmware state ---------------------------
28
#
29
nerves_fw_active=a
30
-nerves_fw_autovalidate=1
+# 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
33
nerves_fw_validated=1
34
nerves_fw_booted=0
35
0 commit comments