Skip to content

Commit

Permalink
balena-image-flasher: Add back kernel to the boot partition for the TX2
Browse files Browse the repository at this point in the history
Changelog-entry: balena-image-flasher: Add back kernel to the boot partition for the TX2
Signed-off-by: Alexandru Costache <[email protected]>
  • Loading branch information
acostach committed Mar 20, 2023
1 parent 79ccb57 commit aa345ab
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
include balena-image.inc

BALENA_BOOT_PARTITION_FILES:append:jetson-tx2 = " \
${KERNEL_IMAGETYPE}${KERNEL_INITRAMFS}-${MACHINE}.bin:/${KERNEL_IMAGETYPE} \
extlinux/extlinux.conf_flasher:/extlinux/extlinux.conf \
"

0 comments on commit aa345ab

Please sign in to comment.