From 4fdedd6b5645816442642c9c48273ac00aea398b Mon Sep 17 00:00:00 2001 From: Paul Philippov <themactep@gmail.com> Date: Sun, 15 Jan 2023 10:48:25 -0500 Subject: [PATCH] Update sysupgrade.md --- en/sysupgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/sysupgrade.md b/en/sysupgrade.md index 9f28558..9f55765 100644 --- a/en/sysupgrade.md +++ b/en/sysupgrade.md @@ -46,7 +46,7 @@ Insert the SD card into your camera. On the camera run: ``` soc=$(fw_printenv -n soc) -sysupgrade --kernel=/mnt/mmcblk0p1/uImage.${soc} --rootfs=/mnt/mmcblk0p1/rootfs.squashfs.${soc} -z +sysupgrade --kernel=/mnt/mmcblk0p1/uImage.${soc} --rootfs=/mnt/mmcblk0p1/rootfs.squashfs.${soc} --force_ver -z ``` ### Troubleshooting