Bump sizes for orin (#3107)

Bump the image sizes for nvidia boards

because after upgrading the base image to ubuntu 22.04 it no longer fits
in the old partitions.

Running a build locally revealed that the new rootfs is 4.7Gb:

```
[root@buildkitsandbox build]# du -h image/ --max-depth 0
4.7G	image/
```

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Dimitris Karakasilis 2025-01-08 17:21:31 +02:00 committed by GitHub
parent 885c0eb565
commit a8f8c3cc50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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