Skip to content

Commit

Permalink
conf/machine: add p3768-0000-p3767-0000.conf
Browse files Browse the repository at this point in the history
For an Orin NX 16GB module installed in a Orin Nano Devkit.

Signed-off-by: Sebastian Suesens <[email protected]>
Signed-off-by: Matt Madison <[email protected]>
  • Loading branch information
ssuesens authored and madisongh committed May 5, 2023
1 parent 8b49c6a commit 8244d0b
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions conf/machine/p3768-0000-p3767-0000.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
#@TYPE: Machine
#@NAME: Nvidia Jetson Orin NX 16GB (P3767-0000)
#@DESCRIPTION: Nvidia Jetson Orin NX module in P3768 carrier

TEGRA_BOARDID ?= "3767"
TEGRA_FAB ?= "ES1"
TEGRA_BOARDSKU ?= "0000"
TEGRA_BOARDREV ?= "A.3"
TEGRA_CHIPREV ?= "1"
NVPMODEL ?= "nvpmodel_p3767_0000"
NVFANCONTROL ?= "nvfancontrol_p3767_0000"

TNSPEC_BOOTDEV ?= "nvme0n1p1"

TEGRAFLASH_NO_INTERNAL_STORAGE = "1"

require conf/machine/include/tegra234.inc
require conf/machine/include/devkit-wifi.inc

TEGRA_BUPGEN_SPECS ?= "fab=000;boardsku=0000;boardrev=;bup_type=bl \
fab=000;boardsku=0000;boardrev=;bup_type=kernel \
fab=000;boardsku=0001;boardrev=;bup_type=bl \
fab=000;boardsku=0001;boardrev=;bup_type=kernel \
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-0000-p3768-0000-a0.dtb"
KERNEL_ARGS ?= "mminit_loglevel=4 console=ttyTCU0,115200 firmware_class.path=/etc/firmware fbcon=map:0 net.ifnames=0"
MACHINE_EXTRA_RRECOMMENDS += "kernel-module-r8168 kernel-module-r8169 kernel-module-realtek"
MACHINE_EXTRA_RDEPENDS += "linux-firmware-rtl8168"

EMMC_SIZE ?= ""
BOOTPART_SIZE ?= "8388608"
# 55GiB default rootfs size
ROOTFSPART_SIZE ?= "59055800320"
ODMDATA ?= "gbe-uphy-config-8,hsstp-lane-map-3,hsio-uphy-config-0"
EMMC_BCT ?= "tegra234-p3767-0000-sdram-l4t.dts"
NVIDIA_BOARD ?= "t186ref"
PARTITION_LAYOUT_TEMPLATE ?= "flash_t234_qspi_sd.xml"
TEGRA_AUDIO_DEVICE ?= "tegra-hda-p3767-p3509"

OTABOOTDEV ?= "/dev/mtdblock0"
OTAGPTDEV ?= "/dev/mtdblock0"

TEGRA_PLUGIN_MANAGER_OVERLAYS ?= "tegra234-p3767-overlay.dtbo tegra234-p3767-0000-p3509-a02-hdr40.dtbo"

0 comments on commit 8244d0b

Please sign in to comment.