From 40835d83e56068666d9620dddcbacf417b45d98a Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Sun, 19 Jun 2022 07:36:51 -0700 Subject: [PATCH] rootfs support read/write --- .../conf/machine/aud8516p1v2-consys-slc-128.conf | 2 +- .../arch/arm64/configs/aud8516p1v2_consys_slc_yocto_defconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/meta-mediatek-mt8516/conf/machine/aud8516p1v2-consys-slc-128.conf b/meta/meta-mediatek-mt8516/conf/machine/aud8516p1v2-consys-slc-128.conf index efe78091b..4a2af4c1a 100755 --- a/meta/meta-mediatek-mt8516/conf/machine/aud8516p1v2-consys-slc-128.conf +++ b/meta/meta-mediatek-mt8516/conf/machine/aud8516p1v2-consys-slc-128.conf @@ -63,7 +63,7 @@ VERIFIED_KEY = "verified_key_doctor" MTEE_KEY = "mtee_key" FORCE_DISABLE_DM_VERITY = "yes" FORCE_DISABLE_TEE_ENCRYPTION = "yes" -ENABLE_MTD_VERITY = "yes" +ENABLE_MTD_VERITY = "no" # Trustzone TZ_PROJECT = "aud8516" diff --git a/src/kernel/linux/v4.4/arch/arm64/configs/aud8516p1v2_consys_slc_yocto_defconfig b/src/kernel/linux/v4.4/arch/arm64/configs/aud8516p1v2_consys_slc_yocto_defconfig index b30c2414d..82f91208d 100755 --- a/src/kernel/linux/v4.4/arch/arm64/configs/aud8516p1v2_consys_slc_yocto_defconfig +++ b/src/kernel/linux/v4.4/arch/arm64/configs/aud8516p1v2_consys_slc_yocto_defconfig @@ -146,7 +146,7 @@ CONFIG_MTD48=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_MTK=y CONFIG_MTD_UBI=y -CONFIG_MTD_VERITY=y +CONFIG_MTD_VERITY=n CONFIG_ZRAM=y CONFIG_BLK_DEV_LOOP=y CONFIG_MEDIATEK_SOLUTION=y @@ -706,4 +706,4 @@ CONFIG_LLC=y # CONFIG_LAPB is not set # CONFIG_PHONET is not set # CONFIG_IEEE802154 is not set -CONFIG_NET_SCHED=y \ No newline at end of file +CONFIG_NET_SCHED=y