From 391777c6ccfd13f458c81f607b6bd854adc05448 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 31 Jan 2025 10:51:23 +0100 Subject: [PATCH] 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 --- Earthfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Earthfile b/Earthfile index 4b53b4bbf..e01a8a88a 100644 --- a/Earthfile +++ b/Earthfile @@ -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