mirror of https://github.com/OpenIPC/wiki.git
				
				
				
			Update device-wyze-integration.md
							parent
							
								
									63bdefea5b
								
							
						
					
					
						commit
						70e79e78f0
					
				|  | @ -23,3 +23,81 @@ This is where we'll be writing down our guide to flashing new devices and report | |||
| | WYZEC3 | 25466-WYZEC3A | 2AUIUWYZEC3A | WYZEV3_T31GC2053 V2.03_20211206 | T31X | SDIO: AltoBeam 6031 | https://t.me/openipc/45444 https://t.me/openipc/48942| | ||||
| | WYZEC3 | 25466-WYZEC3F | 2AUIUWYZEC3F | WYZEV3_T31AGC2053 V3.2_20210714 | T31A BGA | SDIO: AltoBeam 6031 | https://t.me/openipc/43299 https://t.me/openipc/38755 https://t.me/openipc/38757 | | ||||
| | WYZEC3 | 25466-WYZEC3F | 2AUIUWYZEC3F | WYZEV3_T31AGC2053 V3.2_20210714 | T31A BGA | SDIO: AltoBeam 6031 | MAC:D0:3F:27:4F:23:19 https://youtu.be/VkqX9yg0odU | | ||||
| 
 | ||||
| ### OpenIPC installation | ||||
| * Disassemble camera and connect UART adapter | ||||
|   or your camera should be already connected to network. | ||||
| 
 | ||||
| * Backup | ||||
| Downgrade original firmware version to (Jun 2021 w-o internet)demo_wcv3_4.36.2.5.bin  | ||||
| [(WYom20200 Jun 2021 w-o internet)demo_wcv3_4.36.2.5.bin.zip](https://github.com/OpenIPC/wiki/files/10755387/WYom20200.Jun.2021.w-o.internet.demo_wcv3_4.36.2.5.bin.zip) | ||||
| 
 | ||||
| Login with user `root` password `WYom20200` via telnet or UART console. | ||||
| Insert microSD card to camera | ||||
| Issue commands line by line, not all together: | ||||
| 
 | ||||
| `dd if=/dev/mtd0 of=/media/mmc/mtd0.bin` | ||||
| 
 | ||||
| `dd if=/dev/mtd1 of=/media/mmc/mtd1.bin` | ||||
| 
 | ||||
| `dd if=/dev/mtd2 of=/media/mmc/mtd2.bin` | ||||
| 
 | ||||
| `dd if=/dev/mtd3 of=/media/mmc/mtd3.bin` | ||||
| 
 | ||||
| `dd if=/dev/mtd4 of=/media/mmc/mtd4.bin` | ||||
| 
 | ||||
| `dd if=/dev/mtd5 of=/media/mmc/mtd5.bin` | ||||
| 
 | ||||
| `dd if=/dev/mtd6 of=/media/mmc/mtd6.bin` | ||||
| 
 | ||||
| 
 | ||||
| Output sample: | ||||
| ``` | ||||
| [root@WCV3:~]# dd if=/dev/mtd0 of=/media/mmc/mtd0.bin | ||||
| 512+0 records in | ||||
| 512+0 records out | ||||
| 262144 bytes (256.0KB) copied, 0.133246 seconds, 1.9MB/s | ||||
| [root@WCV3:~]# dd if=/dev/mtd1 of=/media/mmc/mtd1.bin | ||||
| 3968+0 records in | ||||
| 3968+0 records out | ||||
| 2031616 bytes (1.9MB) copied, 1.039464 seconds, 1.9MB/s | ||||
| [root@WCV3:~]# dd if=/dev/mtd2 of=/media/mmc/mtd2.bin | ||||
| 7808+0 records in | ||||
| 7808+0 records out | ||||
| 3997696 bytes (3.8MB) copied, 2.070890 seconds, 1.8MB/s | ||||
| [root@WCV3:~]# dd if=/dev/mtd3 of=/media/mmc/mtd3.bin | ||||
| 7808+0 records in | ||||
| 7808+0 records out | ||||
| 3997696 bytes (3.8MB) copied, 2.459327 seconds, 1.5MB/s | ||||
| [root@WCV3:~]# dd if=/dev/mtd4 of=/media/mmc/mtd4.bin | ||||
| 3968+0 records in | ||||
| 3968+0 records out | ||||
| 2031616 bytes (1.9MB) copied, 1.048184 seconds, 1.8MB/s | ||||
| [root@WCV3:~]# dd if=/dev/mtd5 of=/media/mmc/mtd5.bin | ||||
| 7808+0 records in | ||||
| 7808+0 records out | ||||
| 3997696 bytes (3.8MB) copied, 2.703471 seconds, 1.4MB/s | ||||
| [root@WCV3:~]# dd if=/dev/mtd6 of=/media/mmc/mtd6.bin | ||||
| 768+0 records in | ||||
| 768+0 records out | ||||
| 393216 bytes (384.0KB) copied, 0.201104 seconds, 1.9MB/s | ||||
| [root@WCV3:~]# dd if=/dev/mtd7 of=/media/mmc/mtd7.bin | ||||
| 128+0 records in | ||||
| 128+0 records out | ||||
| 65536 bytes (64.0KB) copied, 0.029211 seconds, 2.1MB/s | ||||
| ``` | ||||
| If there wasn't errors, then you backed up such partitions: | ||||
| ``` | ||||
| [root@WCV3:~]# cat /proc/mtd  | ||||
| dev:    size   erasesize  name | ||||
| mtd0: 00040000 00008000 "boot" | ||||
| mtd1: 001f0000 00008000 "kernel" | ||||
| mtd2: 003d0000 00008000 "rootfs" | ||||
| mtd3: 003d0000 00008000 "app" | ||||
| mtd4: 001f0000 00008000 "kback" | ||||
| mtd5: 003d0000 00008000 "aback" | ||||
| mtd6: 00060000 00008000 "cfg" | ||||
| mtd7: 00010000 00008000 "para" | ||||
| ``` | ||||
| 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. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue