Skip to content

Commit 8e1b6a8

Browse files
committed
tegra: add jetson-orin-nano-devkit-4gb
Same as jetson-orin-nano-devkit-nvme but using base machine p3768-0000-p3767-0004 Signed-off-by: Dan Walkes <[email protected]>
1 parent bea6765 commit 8e1b6a8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
header:
2+
version: 14
3+
includes:
4+
- kas/include/mender-full.yml
5+
- kas/include/tegra-jetpack6.yml
6+
7+
machine: p3768-0000-p3767-0004
8+
9+
local_conf_header:
10+
AB-upgrades: |
11+
USE_REDUNDANT_FLASH_LAYOUT_DEFAULT = "1"
12+
OVERRIDES:append = ":flash-l4t-234-nvme-rootfs-ab-mender-customizations"
13+
storage: |
14+
# No EMMC on Orin Nano
15+
EMMC_SIZE = "0"
16+
# Based on the order of the flash_l4t_t324_nvme_rootfs_ab.xml file defined in meta-mender-tegra-common and UDA sector definition
17+
MENDER_DATA_PART_NUMBER = "17"
18+
# Match boot device used on nvme based machines
19+
MENDER_STORAGE_DEVICE = "/dev/${TNSPEC_BOOTDEV}"
20+
MENDER_STORAGE_TOTAL_SIZE_MB = "63000"

0 commit comments

Comments
 (0)