1.修改分区大小

This commit is contained in:
payton 2023-09-15 10:07:12 +08:00
parent 4b7b30d76a
commit eb26664c7a

View File

@ -15,8 +15,8 @@
partition_kernel { label = "kernel"; reg = <0x0 0x100000 0x0 0x290000>; };
partition_rootfs { label = "rootfs"; reg = <0x0 0x390000 0x0 0x3E0000>; };
partition_rootfs1 { label = "rootfs1"; reg = <0x0 0x770000 0x0 0xB00000>; };
partition_rtos { label = "rtos"; reg = <0x0 0x1270000 0x0 0x910000>; };
partition_app { label = "app"; reg = <0x0 0x1B80000 0x0 0x50000>; }; /* app size depneds on hdal/samples/vendor_cfg/Makeile: ROOTFS_UBI_MAX_LEB_COUNT */
partition_sys { label = "sys"; reg = <0x0 0x1CD0000 0x0 0x10000>; };
partition_rtos { label = "rtos"; reg = <0x0 0x1270000 0x0 0x920000>; };
partition_app { label = "app"; reg = <0x0 0x1B90000 0x0 0x50000>; }; /* app size depneds on hdal/samples/vendor_cfg/Makeile: ROOTFS_UBI_MAX_LEB_COUNT */
partition_sys { label = "sys"; reg = <0x0 0x1CE0000 0x0 0x10000>; };
partition_all { label = "all"; reg = <0x0 0x0000000 0x0 0x2000000>; };
};