mirror of https://github.com/OpenIPC/wiki.git
Update sysupgrade.md
parent
198668f276
commit
4fdedd6b56
|
@ -46,7 +46,7 @@ Insert the SD card into your camera.
|
||||||
On the camera run:
|
On the camera run:
|
||||||
```
|
```
|
||||||
soc=$(fw_printenv -n soc)
|
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
|
### Troubleshooting
|
||||||
|
|
Loading…
Reference in New Issue