duos emmc version rootfs set to 768M
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
@ -460,7 +460,7 @@ BR2_TARGET_ROOTFS_EXT2_4=y
|
||||
BR2_TARGET_ROOTFS_EXT2_GEN=4
|
||||
BR2_TARGET_ROOTFS_EXT2_REV=1
|
||||
BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"
|
||||
BR2_TARGET_ROOTFS_EXT2_SIZE="200M"
|
||||
BR2_TARGET_ROOTFS_EXT2_SIZE="786432K"
|
||||
BR2_TARGET_ROOTFS_EXT2_INODES=0
|
||||
BR2_TARGET_ROOTFS_EXT2_RESBLKS=5
|
||||
BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O ^64bit"
|
||||
|
||||
Reference in New Issue
Block a user