conf/machine: fix boardsku settings for Orin Nano modules

8GB module: board SKU 0003 or 0005
4GB module: board SKU 0004

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-04-17 05:22:57 -07:00
committed by Matt Madison
parent 4f825ddeb2
commit 7cf06f8ae4
2 changed files with 5 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ require conf/machine/include/tegra234.inc
TEGRA_BUPGEN_SPECS ?= "fab=000;boardsku=0003;boardrev=;bup_type=bl \
fab=000;boardsku=0003;boardrev=;bup_type=kernel \
fab=000;boardsku=0004;boardrev=;bup_type=bl \
fab=000;boardsku=0004;boardrev=;bup_type=kernel"
fab=000;boardsku=0005;boardrev=;bup_type=bl \
fab=000;boardsku=0005;boardrev=;bup_type=kernel"
KERNEL_DEVICETREE ?= "tegra234-p3767-0003-p3768-0000-a0.dtb"
KERNEL_ARGS ?= "mminit_loglevel=4 console=ttyTCU0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0 nospectre_bhb"

View File

@@ -16,5 +16,8 @@ NVPMODEL ?= "nvpmodel_p3767_0004"
TEGRA_FLASHVAR_BPFDTB_FILE ?= "tegra234-bpmp-3767-0004-3509-a02.dtb"
TEGRA_FLASHVAR_RAMCODE ?= "4"
TEGRA_BUPGEN_SPECS ?= "fab=000;boardsku=0004;boardrev=;bup_type=bl \
fab=000;boardsku=0004;boardrev=;bup_type=kernel"
require conf/machine/include/orin-nano.inc
require conf/machine/include/devkit-wifi.inc