Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build_experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
subpath: tegra/jetpack6
- board: jetson-orin-16gb-nx-p3786
subpath: tegra/jetpack6
- board: jetson-orin-nano-devkit-nvme
subpath: tegra/jetpack6

runs-on: [self-hosted, linux, x64, builder]
container:
Expand Down
20 changes: 20 additions & 0 deletions kas/tegra/jetpack6/jetson-orin-nano-devkit-nvme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
header:
version: 14
includes:
- kas/include/mender-full.yml
- kas/include/tegra-jetpack6.yml

machine: jetson-orin-nano-devkit-nvme

local_conf_header:
AB-upgrades: |
UBOOT_EXTLINUX = "1"
USE_REDUNDANT_FLASH_LAYOUT_DEFAULT = "1"
eMMC: |
# Mender tegra_mender_calc_total_size workaround
# Setting MENDER_STORAGE_TOTAL_SIZE_MB to 16Gb and no EMMC
EMMC_SIZE = "0"
MENDER_STORAGE_TOTAL_SIZE_MB = "16384"
Permanent Data Partition: |
MENDER_DATA_PART_NUMBER:tegra = "17"
MENDER_STORAGE_DEVICE:tegra = "/dev/nvme0n1"
1 change: 1 addition & 0 deletions meta-mender-tegra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ The following configuration files for building using the `kas` tool are provided
- [jetson-agx-orin-devkit.yml](../kas/tegra/jetpack6/jetson-agx-orin-devkit.yml)
- [jetson-orin-16gb-nx-p3786.yml](../kas/tegra/jetpack6/jetson-orin-16gb-nx-p3786.yml)
- [jetson-orin-nano-devkit.yml](../kas/tegra/jetpack6/jetson-orin-nano-devkit.yml)
- [jetson-orin-nano-devkit-nvme.yml](../kas/tegra/jetpack6/jetson-orin-nano-devkit-nvme.yml)

### Jetson Orin NX

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
the "2" for id as it is physically put to the end of the device, so that it
can be accessed as the fixed known special device `/dev/nvme0n1p2`. </description>
</partition>
<partition name="permanet_user_storage" id= "17" type="data">
<partition name="permanent_user_storage" id= "17" type="data">
<allocation_policy> sequential </allocation_policy>
<filesystem_type> basic </filesystem_type>
<size> 419430400 </size>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI:append:p3768-0000-p3767-0000 = " \
SRC_URI:append = " \
file://flash_l4t_t234_nvme_rootfs_ab.xml \
"

PARTITION_FILE_EXTERNAL:p3768-0000-p3767-0000 = "${WORKDIR}/flash_l4t_t234_nvme_rootfs_ab.xml"
PARTITION_FILE_EXTERNAL:jetson-orin-nano-devkit-nvme = "${WORKDIR}/flash_l4t_t234_nvme_rootfs_ab.xml"