Update device-wyze-integration.md

pull/72/head
mariarti 2023-02-16 22:55:22 +01:00 committed by GitHub
parent f4e3840b60
commit 77a93967b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 1 deletions

View File

@ -181,4 +181,31 @@ Verifying kb: 242/242 (100%)
```
Now your camera flashed 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` in UART console).
* Flash kernel and rootfs
Since we identified our chip as Ingenic T31X open https://openipc.org/cameras/vendors/ingenic and choose T31X.
In Downloads section find `OpenIPC Linux (Lite) for Ingenic T31X` and download it.
https://github.com/OpenIPC/firmware/releases/download/latest/openipc.t31-nor-lite.tgz
Power off the camera.
Extract and copy `rootfs.squashfs.t31` `uImage.t31` to microSD card. Insert microSD card in camera.
Power on the camera.
During power on the camera press `Ctrl+C` several times until it shows OpenIPC promt like this `OpenIPC # `
Then issue command `run setnor16m`
After you press the Enter key the camera will almost immediately restart and you will have to catch the prompt again.
Then issue command `run uknor16m` and next `run urnor16m`
Output sample:
```
```