From 3a4ceaafa8c17b1307bfcae04d5097056d5bc134 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Mon, 3 Feb 2025 03:20:33 -0800 Subject: [PATCH] tegra-helper-scripts: update BPFDTB rewrite for p3767 modules to rewrite the entire file name for the (probably pre-production) versions of the modules. Signed-off-by: Matt Madison --- .../tegra-binaries/tegra-helper-scripts/tegra-flash-helper.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-bsp/tegra-binaries/tegra-helper-scripts/tegra-flash-helper.sh b/recipes-bsp/tegra-binaries/tegra-helper-scripts/tegra-flash-helper.sh index 5c03bf11..115709c7 100644 --- a/recipes-bsp/tegra-binaries/tegra-helper-scripts/tegra-flash-helper.sh +++ b/recipes-bsp/tegra-binaries/tegra-helper-scripts/tegra-flash-helper.sh @@ -480,13 +480,12 @@ if [ "$CHIPID" = "0x23" ]; then ;; esac PINMUXREV="a03" - BPFDTBREV="a02" PMCREV="a03" PMICREV="a02" if [ "$BOARDSKU" = "0000" -o "$BOARDSKU" = "0002" ]; then if [ "$FAB" = "TS1" -o "$FAB" = "EB1" ]; then PINMUXREV="a01" - BPFDTBREV="a00" + BPFDTB_FILE="tegra234-bpmp-3767-0000-a00-3509-a02.dtb" PMCREV="a01" PMICREV="a00" fi @@ -501,7 +500,6 @@ if [ "$CHIPID" = "0x23" ]; then PINMUX_CONFIG=$(echo "$PINMUX_CONFIG" | sed -e"s,@PINMUXREV@,$PINMUXREV,") PMC_CONFIG=$(echo "$PMC_CONFIG" | sed -e"s,@PMCREV@,$PMCREV,") PMIC_CONFIG=$(echo "$PMIC_CONFIG" | sed -e"s,@PMICREV@,$PMICREV,") - BPFDTB_FILE=$(echo "$BPFDTB_FILE" | sed -e"s,@BPFDTBREV@,$BPFDTBREV,") fi if [ -n "$RAMCODE" ]; then