mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
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:
committed by
Matt Madison
parent
4f825ddeb2
commit
7cf06f8ae4
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user