Skip to content

Commit

Permalink
Merge pull request #399 from TheYoctoJester/add_orin_nano_devkit_nvme
Browse files Browse the repository at this point in the history
  • Loading branch information
TheYoctoJester authored Aug 11, 2024
2 parents 8280a10 + 5d55ce5 commit 74f0f51
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ jobs:
rock-pi-e,
apalis-imx8,
apalis-imx8-boot2qt,
x86-virtual
x86-virtual,
jetson-orin-nano-devkit,
jetson-orin-nano-devkit-nvme,
jetson-agx-orin-devkit,
]
experimental: [false]
subpath: [.]
Expand Down
16 changes: 16 additions & 0 deletions kas/jetson-orin-nano-devkit-nvme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
header:
version: 11
includes:
- kas/jetson-orin-nano-devkit.yml

machine: jetson-orin-nano-devkit-nvme

local_conf_header:
nvme: |
TEGRAFLASH_NO_INTERNAL_STORAGE = "0"
PARTITION_LAYOUT_TEMPLATE_DEFAULT = "flash_t234_qspi.xml"
PARTITION_LAYOUT_EXTERNAL="flash_l4t_t234_nvme.xml"
# 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"

0 comments on commit 74f0f51

Please sign in to comment.