From c55d16e6243cacd149344ca23e28437836381967 Mon Sep 17 00:00:00 2001 From: Paul Philippov <themactep@gmail.com> Date: Sun, 15 Jan 2023 08:07:04 -0500 Subject: [PATCH] Update sysupgrade.md --- en/sysupgrade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/sysupgrade.md b/en/sysupgrade.md index 52dce07..614476c 100644 --- a/en/sysupgrade.md +++ b/en/sysupgrade.md @@ -21,6 +21,7 @@ busybox tftp -r uImage.${soc} -g ${serverip} ### Upgrading from local files Go to <https://github.com/OpenIPC/firmware/releases/tag/latest> and download the latest firmware bundle for your SoC. +Unpack the bundle and upload files on camera using `scp`: ``` tar xvf <firmware.tgz> scp uImage* rootfs* root@<yourcameraip>:/tmp/