feat(nvidia): enlarge partitions

This allows to use bigger images. The new documentation (upcoming) optimize the flashing layout so more space can be used from the eMMC

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2025-01-31 10:51:23 +01:00 committed by GitHub
parent fed7b65ff0
commit 391777c6cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -682,10 +682,10 @@ prepare-arm-image:
WORKDIR /build
# These sizes are in MB and are specific only for the nvidia-jetson-agx-orin
ENV SIZE="15200"
ENV STATE_SIZE="16500"
ENV SIZE="25500"
ENV STATE_SIZE="21000"
ENV RECOVERY_SIZE="11000"
ENV DEFAULT_ACTIVE_SIZE="5500"
ENV DEFAULT_ACTIVE_SIZE="7000"
COPY --platform=linux/arm64 +image-rootfs/rootfs /build/image