Skip to content

Commit

Permalink
resin-image: Add mtd-utils and increase rootfs size for NX
Browse files Browse the repository at this point in the history
Boot blob is 32MB for the Jetson NX.

Signed-off-by: Alexandru Costache <[email protected]>
  • Loading branch information
acostach committed Jun 12, 2020
1 parent eec84ad commit 615643b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layers/meta-balena-jetson/recipes-core/images/resin-image.inc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ do_rootfs_resinos-img_jetson-xavier-nx-devkit-emmc[depends] += " tegra194-nxde-f
# The space resinOS takes will amount to 1GiB
IMAGE_ROOTFS_SIZE = "487424"

# Bootloader blob is 32MB on the NX
IMAGE_ROOTFS_SIZE_jetson-xavier-nx-devkit-emmc = "733184"

# Need space for all the above signed update binaries
RESIN_BOOT_SIZE_jetson-nano = "80960"
RESIN_BOOT_SIZE_jetson-nano-emmc = "80960"
Expand Down Expand Up @@ -124,6 +127,7 @@ IMAGE_INSTALL_append_jetson-xavier-nx-devkit-emmc = " \
tegra-nvpmodel \
tegra-configs-nvstartup \
tegra-configs-udev \
mtd-utils \
"

IMAGE_INSTALL_append_jetson-tx2 = " \
Expand Down

0 comments on commit 615643b

Please sign in to comment.