PYNQ version: 3.1
Board: AUP-ZU3 (pynqremote image build)
After successfully building the image with make pynqremote, the generated WIC image size is excessively large.
The logical image size is around 6 GB, while the actual root filesystem usage is only about 500 MB.
This results in a situation where the logical disk size is far greater than the usable size and what the project actually requires.
For a normal PYNQ image (non-remote), the image size closely matches the rootfs size + padding.
However, for the remote image, it seems that some default minimal disk size or --resize behavior is applied, causing the image to always be ~6 GB even for very small rootfs.
-
Is there a hardcoded minimum disk size when using WIC in the PYNQ remote build process?
-
Where is this value defined or controlled?
-
How can it be adjusted to generate a smaller remote image (e.g., 1 GB or less)?
-
Is this behavior intentional?