Skip to content

Commit

Permalink
images/balena-image-flasher: Install UEFI bootloader in the flasher b…
Browse files Browse the repository at this point in the history
…oot partition

The UEFI firmware which comes in Jetpack 6 is at
a newer revision and has symlinks support to load the
kernel and dtb from the non-flasher rootfs.

Thus, with an updated bootloader which looks
for the flasher flag in the boot partition,
we can provision the internal medium using the
existing firmware in the QSPI.

Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Nov 28, 2024
1 parent 590af37 commit bf699ac
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ include balena-image.inc
IMAGE_INSTALL:remove:jetson-orin-nx-xavier-nx-devkit="l4t-launcher-extlinux"
IMAGE_INSTALL:append = "efitools-utils efibootmgr"

BALENA_BOOT_PARTITION_FILES:append = " \
bootfiles/EFI/BOOT/BOOTAA64.efi:/EFI/BOOT/BOOTAA64.efi \
extra_uEnv.txt:/extra_uEnv.txt \
"

0 comments on commit bf699ac

Please sign in to comment.