Skip to content

Commit

Permalink
images/balena-image-initramfs: Increase ROOTFS_MAXSIZE, install packa…
Browse files Browse the repository at this point in the history
…ges for QSPI updating

Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Nov 28, 2024
1 parent 77611c6 commit cd2aa3f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ PACKAGE_INSTALL:append = " kernel-module-phy-tegra194-p2u"
# in case it is accessible
PACKAGE_INSTALL:append = " mtd-utils fatrw gptfdisk kernel-module-spi-tegra210-quad"
PACKAGE_INSTALL:append:jetson-orin-nx-seeed-j4012 = " initramfs-module-nvme-wait"

PACKAGE_INSTALL:append = " mtd-utils fatrw gptfdisk kernel-module-spi-tegra210-quad jetson-qspi-manager setup-nv-boot-control"
# Below modules are needed for the AGX Orin 64GB to
# detect USB keys
PACKAGE_INSTALL:append:jetson-agx-orin-devkit-64gb = " kernel-module-typec-ucsi"
PACKAGE_INSTALL:append:jetson-agx-orin-devkit-64gb = " kernel-module-typec"
PACKAGE_INSTALL:append:jetson-agx-orin-devkit-64gb = " kernel-module-ucsi-ccg"

IMAGE_ROOTFS_MAXSIZE="40960"

0 comments on commit cd2aa3f

Please sign in to comment.