mirror of https://github.com/OpenIPC/wiki.git
Update device-wyze-integration.md
parent
363b2df403
commit
988ca870c4
|
@ -166,4 +166,15 @@ https://github.com/OpenIPC/firmware/releases/download/latest/u-boot-t31x-univers
|
|||
|
||||
Copy `u-boot-t31x-universal.bin` to microSD card and insert microSD card in camera.
|
||||
|
||||
Login to camera and issue commands line by line, not all together:
|
||||
Since this moment `telnet` would be unavailable!
|
||||
|
||||
Login to camera and issue command:
|
||||
`flashcp -v /media/mmc/u-boot-t31x-universal.bin /dev/mtd0`
|
||||
Output sample:
|
||||
```
|
||||
[root@WCV3:~]# flashcp -v /media/mmc/u-boot-t31x-universal.bin /dev/mtd0
|
||||
Erasing block: 8/8 (100%)
|
||||
Writing kb: 242/242 (100%)
|
||||
Verifying kb: 242/242 (100%)
|
||||
```
|
||||
Now your camera lashed with OpenIPC U-boot, but whole system is still stock. So, next re/boot will load OpenIPC U-boot only (in cycling mode, until stop with `Ctrl-c`).
|
||||
|
|
Loading…
Reference in New Issue