Skip to content

Commit

Permalink
recipes-bsp/tegra-binaries: Various updates for L4T 36.3
Browse files Browse the repository at this point in the history
These updates include modifying recipes so we can build
L4T 36.3 on Kirkstone, as well as updating boot artifacts
for provisioning and UEFI capsules for:

- AGX Orin Devkit 32GB
- Orin Nano 8GB Devkit
- Orin NX 16GB Devkit

The two Seeed devices do not have updated boot artifacts
nor UEFI capsules yet, because they don't have BSP patches
available from the manufacturer just yet.

Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Jul 1, 2024
1 parent 20c688b commit 33ebc0b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 24 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,15 @@ UEFI_CAPSULE:jetson-orin-nx-xavier-nx-devkit = "TEGRA_BL_Orin_NX.Cap.gz"
UEFI_CAPSULE:jetson-agx-orin-devkit = "TEGRA_BL_3701.Cap.gz"
UEFI_CAPSULE:jetson-orin-nano-devkit-nvme = "TEGRA_BL_Orin_Nano.Cap.gz"
UEFI_CAPSULE:jetson-orin-nx-seeed-j4012 = "TEGRA_BL_Seeed_j4012.Cap.gz"
UEFI_CAPSULE:jetson-orin-nano-seeed-j3010 = "TEGRA_BL_Seeed_j3010.Cap.gz"

BOOTBLOB:jetson-orin-nx-xavier-nx-devkit = "boot0_orin_nx_xavier_nx_devkit.img.gz"
BOOTBLOB:jetson-orin-nano-devkit-nvme = "boot0_orin_nano_devkit_nvme.img.gz"
BOOTBLOB:jetson-orin-nx-seeed-j4012 = "boot0_orin_nx_seed_j4012.img.gz"
BOOTBLOB:jetson-orin-nano-seeed-j3010 = "boot0_orin_nano_seeed_j3010.img.gz"

PARTSPEC:jetson-agx-orin-devkit = "partition_specification234.txt"
PARTSPEC:jetson-orin-nx-xavier-nx-devkit = "partition_specification234.txt"
PARTSPEC:jetson-orin-nano-devkit-nvme = "partition_specification234_orin_nano.txt"
PARTSPEC:jetson-orin-nx-seeed-j4012 = "partition_specification234_orin_nano.txt"
PARTSPEC:jetson-orin-nano-seeed-j3010 = "partition_specification234_orin_nano.txt"


BINARY_INSTALL_PATH = "/opt/tegra-binaries/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@ EOF

}

do_compile:jetson-orin-nano-4g-devkit() {
cat > ${B}/nv_boot_control.conf <<EOF
TNSPEC 3767-300-0004-N.2-1-0-jetson-orin-nano-devkit-
COMPATIBLE_SPEC 3767-300-0004--1-0-jetson-orin-nano-devkit-
TEGRA_LEGACY_UPDATE true
TEGRA_BOOT_STORAGE nvme0n1
TEGRA_EMMC_ONLY false
TEGRA_CHIPID 0x23
TEGRA_OTA_BOOT_DEVICE /dev/mtdblock0
TEGRA_OTA_GPT_DEVICE /dev/mtdblock0
EOF

}


do_install() {
install -d ${D}${sysconfdir}
Expand Down

0 comments on commit 33ebc0b

Please sign in to comment.