1.分区修改

This commit is contained in:
payton 2023-10-13 19:32:38 +08:00
parent 93c62e0cb4
commit 0ff82b8a9a

View File

@ -13,10 +13,10 @@
partition_uboot { label = "uboot"; reg = <0x0 0x50000 0x0 0xA0000>; }; partition_uboot { label = "uboot"; reg = <0x0 0x50000 0x0 0xA0000>; };
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 0x3E0000>; }; partition_rootfs { label = "rootfs"; reg = <0x0 0x390000 0x0 0x3C0000>; };
partition_rootfs1 { label = "rootfs1"; reg = <0x0 0x770000 0x0 0xB00000>; }; partition_rootfs1 { label = "rootfs1"; reg = <0x0 0x750000 0x0 0xC20000>; };
partition_rtos { label = "rtos"; reg = <0x0 0x1270000 0x0 0x930000>; }; partition_rtos { label = "rtos"; reg = <0x0 0x1370000 0x0 0x930000>; };
partition_app { label = "app"; reg = <0x0 0x1BA0000 0x0 0x50000>; }; /* app size depneds on hdal/samples/vendor_cfg/Makeile: ROOTFS_UBI_MAX_LEB_COUNT */ partition_app { label = "app"; reg = <0x0 0x1CA0000 0x0 0x50000>; }; /* app size depneds on hdal/samples/vendor_cfg/Makeile: ROOTFS_UBI_MAX_LEB_COUNT */
partition_sys { label = "sys"; reg = <0x0 0x1D10000 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>; };
}; };