From 4676a529ef5186bcacd1b57e446a5ae447cec755 Mon Sep 17 00:00:00 2001 From: mariarti Date: Thu, 16 Feb 2023 23:08:55 +0100 Subject: [PATCH] Update device-wyze-integration.md --- en/device-wyze-integration.md | 3 +++ 1 file changed, 3 insertions(+) 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: