mirror of
https://github.com/kairos-io/kairos.git
synced 2025-02-09 05:18:51 +00:00
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:
parent
fed7b65ff0
commit
391777c6cc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user