From df0835244e9f5109b7c97c29a982594da0201fd7 Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sat, 2 Mar 2024 08:24:04 -0800 Subject: [PATCH] p3768-0000-p3767-0004: set TEGRA_FLASHVAR_RAMCODE with R35.5.0, RAMCODE needs to be set for this SKU. Signed-off-by: Matt Madison --- conf/machine/p3768-0000-p3767-0004.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/p3768-0000-p3767-0004.conf b/conf/machine/p3768-0000-p3767-0004.conf index c133628f..98033bcb 100644 --- a/conf/machine/p3768-0000-p3767-0004.conf +++ b/conf/machine/p3768-0000-p3767-0004.conf @@ -14,6 +14,7 @@ KERNEL_DEVICETREE = "tegra234-p3767-0004-p3768-0000-a0.dtb" NVPMODEL ?= "nvpmodel_p3767_0004" TEGRA_FLASHVAR_BPFDTB_FILE ?= "tegra234-bpmp-3767-0004-3509-a02.dtb" +TEGRA_FLASHVAR_RAMCODE ?= "4" require conf/machine/include/orin-nano.inc require conf/machine/include/devkit-wifi.inc