Skip to content

Commit

Permalink
feat(nvidia): enlarge partitions
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mudler authored Jan 31, 2025
1 parent fed7b65 commit 391777c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 391777c

Please sign in to comment.