summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume La Roque <glaroque@baylibre.com>2024-02-22 15:19:57 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commit2cbc09d87df67787350db48c42af84a94afda4b5 (patch)
treed6837510e8ced6ca28225b235277560cfd0efb39
parent6b56a09df58c84d2d3a2386639b6379e4fca1f01 (diff)
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 <glaroque@baylibre.com>
-rw-r--r--include/environment/ti/mmc_android.env4
1 files 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