mirror of https://github.com/OpenIPC/wiki.git
parent
16eb13dc27
commit
6a7677b303
|
@ -98,7 +98,7 @@ scp uImage* rootfs* root@<yourcameraip>:/tmp/
|
||||||
```bash
|
```bash
|
||||||
scp -O uImage* rootfs* root@<yourcameraip>:/tmp/
|
scp -O uImage* rootfs* root@<yourcameraip>:/tmp/
|
||||||
```
|
```
|
||||||
ssh
|
|
||||||
#### On the camera:
|
#### On the camera:
|
||||||
Now create a terminal session with the camera e.g. ssh root@192.168.1.10 and run the sysupgrade command pointing at your new images in /tmp.
|
Now create a terminal session with the camera e.g. ssh root@192.168.1.10 and run the sysupgrade command pointing at your new images in /tmp.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue