From 2cbc09d87df67787350db48c42af84a94afda4b5 Mon Sep 17 00:00:00 2001 From: Guillaume La Roque Date: Thu, 22 Feb 2024 15:19:57 +0100 Subject: environment: ti: mmc_android: update metadata partition To fix vts_fs_test and be compliance with google requirements we need to move on f2fs partition type. fastboot format metadata fail with actual size so update it to 64MB. Signed-off-by: Guillaume La Roque --- include/environment/ti/mmc_android.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/environment/ti/mmc_android.env b/include/environment/ti/mmc_android.env index 7981d54396..2201846150 100644 --- a/include/environment/ti/mmc_android.env +++ b/include/environment/ti/mmc_android.env @@ -15,11 +15,11 @@ partitions+=name=dtbo_b,size=8M,uuid=${uuid_gpt_dtbo_b}; partitions+=name=vbmeta_a,size=64K,uuid=${uuid_gpt_vbmeta_a}; partitions+=name=vbmeta_b,size=64K,uuid=${uuid_gpt_vbmeta_b}; partitions+=name=super,size=4608M,uuid=${uuid_gpt_super}; -partitions+=name=metadata,size=16M,uuid=${uuid_gpt_metadata}; +partitions+=name=metadata,size=64M,uuid=${uuid_gpt_metadata}; partitions+=name=persist,size=32M,uuid=${uuid_gpt_persist}; partitions+=name=userdata,size=-,uuid=${uuid_gpt_userdata} -fastboot.partition-type:metadata=ext4 +fastboot.partition-type:metadata=f2fs mmcdev=0 force_avb=0 envboot=run distro_bootcmd -- cgit v1.2.3