duos emmc version rootfs set to 768M

This commit is contained in:
carbon
2024-05-24 18:02:03 +08:00
parent 04912a54f1
commit 965b30ab36
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
<partition label="MISC" size_in_kb="2048" file="logo.jpg" />
<!-- Beware that in emmc u-boot environment should be 0x40000 alignment -->
<partition label="ENV" size_in_kb="128" file="" />
<partition label="ROOTFS" size_in_kb="786432" file="rootfs_ext4.emmc" type="ext4"/>
<partition label="ROOTFS" size_in_kb="786560" file="rootfs_ext4.emmc" type="ext4"/>
</physical_partition>