We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea6765 commit 8e1b6a8Copy full SHA for 8e1b6a8
kas/tegra/jetpack6/jetson-orin-nano-devkit-4gb.yml
@@ -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