forked from OE4T/meta-tegra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conf/machine: add p3768-0000-p3767-0000.conf
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
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |