From 794651b4e2742b65ea4e2a44e0e70b1113c2cd92 Mon Sep 17 00:00:00 2001 From: Davidson K Date: Wed, 16 Nov 2022 16:12:13 +0530 Subject: [PATCH] tc2: use fip_gpt-tc.bin to support fwu fip_gpt-tc.bin is the gpt image that has 4 partitions. 1. FIP_A 2. FIP_B 3. FWU-Metadata 4. Bkup-FWU-Metadata These partitions are needed for the firmware update functionality. Signed-off-by: Davidson K Change-Id: I186dee53d02dd1b22f54045a0709ec479f306b84 --- tc2/run_model.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc2/run_model.sh b/tc2/run_model.sh index 0e2bb20..a3c5e18 100755 --- a/tc2/run_model.sh +++ b/tc2/run_model.sh @@ -145,7 +145,7 @@ case $DISTRO in buildroot) DISTRO_MODEL_PARAMS="--data board.dram=${DEPLOY_DIR}/tc-fitImage.bin@0x20000000" BL1_IMAGE_FILE="$DEPLOY_DIR/bl1-tc.bin" - FIP_IMAGE_FILE="$DEPLOY_DIR/fip-tc.bin" + FIP_IMAGE_FILE="$DEPLOY_DIR/fip_gpt-tc.bin" ;; android-swr) DISTRO_MODEL_PARAMS="-C board.mmc.p_mmc_file=$DEPLOY_DIR/android.img" -- GitLab