mirror of https://github.com/OpenIPC/wiki.git
Update sysupgrade.md
parent
ad58509610
commit
c55d16e624
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue