From b2e697ed1ed7954d3b5b88fc0e45fddf86de3bb4 Mon Sep 17 00:00:00 2001 From: payton Date: Wed, 18 Oct 2023 11:07:31 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=A2=9E=E5=8A=A0=E8=93=9D=E7=89=99ssid?= =?UTF-8?q?=EF=BC=9B=202=E8=B0=83=E6=95=B4=E5=88=86=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h | 2 +- .../nvt-storage-partition.dtsi | 6 +++--- .../cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h index d8572625a..f4178a804 100755 --- a/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h +++ b/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h @@ -540,7 +540,7 @@ typedef struct _UIMenuUIMenuStoreInfo { UINT8 WifiApPWD[16]; UINT8 Zoom; UINT32 FileKey; - + CHAR BluSsid[14]; UINT32 x1; UINT32 x2; UINT32 x3; diff --git a/configs/Linux/cfg_565_HUNTING_EVB_LINUX_4G_S550/nvt-storage-partition.dtsi b/configs/Linux/cfg_565_HUNTING_EVB_LINUX_4G_S550/nvt-storage-partition.dtsi index 56b560db3..bcd2a0e8d 100755 --- a/configs/Linux/cfg_565_HUNTING_EVB_LINUX_4G_S550/nvt-storage-partition.dtsi +++ b/configs/Linux/cfg_565_HUNTING_EVB_LINUX_4G_S550/nvt-storage-partition.dtsi @@ -14,9 +14,9 @@ partition_uenv { label = "uenv"; reg = <0x0 0xF0000 0x0 0x10000>; }; partition_kernel { label = "kernel"; reg = <0x0 0x100000 0x0 0x290000>; }; partition_rootfs { label = "rootfs"; reg = <0x0 0x390000 0x0 0x3C0000>; }; - partition_rootfs1 { label = "rootfs1"; reg = <0x0 0x750000 0x0 0xC20000>; }; - partition_rtos { label = "rtos"; reg = <0x0 0x1370000 0x0 0x930000>; }; - partition_app { label = "app"; reg = <0x0 0x1CA0000 0x0 0x50000>; }; /* app size depneds on hdal/samples/vendor_cfg/Makeile: ROOTFS_UBI_MAX_LEB_COUNT */ + partition_rootfs1 { label = "rootfs1"; reg = <0x0 0x750000 0x0 0xD40000>; }; + partition_rtos { label = "rtos"; reg = <0x0 0x1490000 0x0 0x930000>; }; + partition_app { label = "app"; reg = <0x0 0x1DC0000 0x0 0x50000>; }; /* app size depneds on hdal/samples/vendor_cfg/Makeile: ROOTFS_UBI_MAX_LEB_COUNT */ partition_sys { label = "sys"; reg = <0x0 0x1E10000 0x0 0x10000>; }; partition_all { label = "all"; reg = <0x0 0x0000000 0x0 0x2000000>; }; }; diff --git a/rtos/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h b/rtos/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h index 6fb5dc6cc..fe6e28e81 100755 --- a/rtos/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h +++ b/rtos/code/application/source/cardv/SrcCode/UIWnd/LVGL_SPORTCAM/UIInfo/UIInfo.h @@ -539,7 +539,7 @@ typedef struct _UIMenuUIMenuStoreInfo { UINT8 WifiApPWD[16]; UINT8 Zoom; UINT32 FileKey; - + CHAR BluSsid[14]; UINT32 x1; UINT32 x2; UINT32 x3;