1.增加蓝牙ssid;
2调整分区
This commit is contained in:
parent
ba9623cb6f
commit
b2e697ed1e
|
@ -540,7 +540,7 @@ typedef struct _UIMenuUIMenuStoreInfo {
|
||||||
UINT8 WifiApPWD[16];
|
UINT8 WifiApPWD[16];
|
||||||
UINT8 Zoom;
|
UINT8 Zoom;
|
||||||
UINT32 FileKey;
|
UINT32 FileKey;
|
||||||
|
CHAR BluSsid[14];
|
||||||
UINT32 x1;
|
UINT32 x1;
|
||||||
UINT32 x2;
|
UINT32 x2;
|
||||||
UINT32 x3;
|
UINT32 x3;
|
||||||
|
|
|
@ -14,9 +14,9 @@
|
||||||
partition_uenv { label = "uenv"; reg = <0x0 0xF0000 0x0 0x10000>; };
|
partition_uenv { label = "uenv"; reg = <0x0 0xF0000 0x0 0x10000>; };
|
||||||
partition_kernel { label = "kernel"; reg = <0x0 0x100000 0x0 0x290000>; };
|
partition_kernel { label = "kernel"; reg = <0x0 0x100000 0x0 0x290000>; };
|
||||||
partition_rootfs { label = "rootfs"; reg = <0x0 0x390000 0x0 0x3C0000>; };
|
partition_rootfs { label = "rootfs"; reg = <0x0 0x390000 0x0 0x3C0000>; };
|
||||||
partition_rootfs1 { label = "rootfs1"; reg = <0x0 0x750000 0x0 0xC20000>; };
|
partition_rootfs1 { label = "rootfs1"; reg = <0x0 0x750000 0x0 0xD40000>; };
|
||||||
partition_rtos { label = "rtos"; reg = <0x0 0x1370000 0x0 0x930000>; };
|
partition_rtos { label = "rtos"; reg = <0x0 0x1490000 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_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_sys { label = "sys"; reg = <0x0 0x1E10000 0x0 0x10000>; };
|
||||||
partition_all { label = "all"; reg = <0x0 0x0000000 0x0 0x2000000>; };
|
partition_all { label = "all"; reg = <0x0 0x0000000 0x0 0x2000000>; };
|
||||||
};
|
};
|
||||||
|
|
|
@ -539,7 +539,7 @@ typedef struct _UIMenuUIMenuStoreInfo {
|
||||||
UINT8 WifiApPWD[16];
|
UINT8 WifiApPWD[16];
|
||||||
UINT8 Zoom;
|
UINT8 Zoom;
|
||||||
UINT32 FileKey;
|
UINT32 FileKey;
|
||||||
|
CHAR BluSsid[14];
|
||||||
UINT32 x1;
|
UINT32 x1;
|
||||||
UINT32 x2;
|
UINT32 x2;
|
||||||
UINT32 x3;
|
UINT32 x3;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user