From c39fb452fd22f801c59ebfe6cab7510d7e25b45f Mon Sep 17 00:00:00 2001 From: Ronny Nilsson <ronny.nilsson@iopsys.eu> Date: Sun, 3 May 2020 20:51:39 +0200 Subject: [PATCH] base-files: ensure next boot just written kernel. --- iopsys-brcm63xx-arm/base-files/lib/upgrade/broadcom-iopsys-5.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/iopsys-brcm63xx-arm/base-files/lib/upgrade/broadcom-iopsys-5.sh b/iopsys-brcm63xx-arm/base-files/lib/upgrade/broadcom-iopsys-5.sh index b9bb28021..753ecfdaf 100644 --- a/iopsys-brcm63xx-arm/base-files/lib/upgrade/broadcom-iopsys-5.sh +++ b/iopsys-brcm63xx-arm/base-files/lib/upgrade/broadcom-iopsys-5.sh @@ -201,6 +201,7 @@ upgrade_commit() { [ $VERBOSE -ge 1 ] && V="-V" || V="" brcm_fw_tool $V -s $bankNext update $metaPath + brcm_fw_tool $V -u 0 set # Read and possibly write "iVersion" in the nvram. # Looks messy due to hex-string to integer conversion. -- GitLab