diff --git a/en/device-wyze-integration.md b/en/device-wyze-integration.md index ff7fb9c..0612007 100644 --- a/en/device-wyze-integration.md +++ b/en/device-wyze-integration.md @@ -203,8 +203,11 @@ 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 + `mw.b ${baseaddr} ff 1000000; fatload mmc 0:1 ${baseaddr} uImage.${soc} ; sf probe 0; sf erase 0x50000 0x300000; sf write ${baseaddr} 0x50000 ${filesize}` + and next + `mw.b ${baseaddr} ff 1000000; fatload mmc 0:1 ${baseaddr} rootfs.squashfs.${soc} ; sf probe 0; sf erase 0x350000 0xa00000; sf write ${baseaddr} 0x350000 ${filesize}` Output sample: