Update device-wyze-integration.md

pull/72/head
mariarti 2023-02-16 13:19:36 +01:00 committed by GitHub
parent b734975f49
commit 1030acc18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 52 additions and 0 deletions

View File

@ -102,3 +102,55 @@ mtd7: 00010000 00008000 "para"
``` ```
Save and keep this files in safe place. Save and keep this files in safe place.
In case of any errors you should perform this operation once again, probably with microSD card replacement. In case of any errors you should perform this operation once again, probably with microSD card replacement.
* Determine SoC model
Download `ipctool-mips32` to microSD card (https://github.com/OpenIPC/ipctool/releases/download/latest/ipctool-mips32) and insert microSD card in camera.
Login to camera and issue command `/media/mmc/ipctool-mips32`
There should be something like `model: T31ZX` in console output. Important part is `ZX`
Output sample:
```
[root@WCV3:~]# /media/mmc/ipctool-mips32
---
chip:
vendor: Ingenic
model: T31ZX
rom:
- type: nor
block: 32K
partitions:
- name: boot
size: 0x40000
sha1: 20776e92
- name: kernel
size: 0x1f0000
sha1: 6887b828
- name: rootfs
size: 0x3d0000
sha1: d368892a
- name: app
size: 0x3d0000
path: /system,squashfs
sha1: 04b813a8
- name: kback
size: 0x1f0000
sha1: 83ccf23a
- name: aback
size: 0x3d0000
sha1: 48bbe705
- name: cfg
size: 0x60000
path: /configs,jffs2,rw
- name: para
size: 0x10000
sha1: 472a55b0
size: 16M
ram:
total: 128M
media: 32M
firmware:
kernel: "3.10.14__isvp_swan_1.0__ (PREEMPT Wed Apr 14 17:44:51 CST 2021)"
toolchain: gcc version 4.7.2 (Ingenic r2.3.3 2016.12)
libc: uClibc 0.9.33.2
main-app: /system/bin/iCamera
```