From c7a45b8302663b0c3ec4ea1e9073b68cd1676cab Mon Sep 17 00:00:00 2001 From: Neal Frager Date: Tue, 26 Aug 2025 08:26:51 +0100 Subject: [PATCH] board/zynqmp: increase vfat partition to 64M Now that the qspi.bin file is included for zynqmp images, the 32M vfat partition is getting dangerously close to being full. In the process of bumping Linux kernel 6.12.10 to 6.12.40, the size of the default Linux kernel Image file for zynqmp products is increasing from 23.4M to 26.9M. This is leaving less than 1M of free space in the vfat partition meaning users may unknowingly exceed the 32M size by just adding Linux kernel configs. To avoid potential problems, this patch doubles the size of the vfat partition to 64M, which should be plenty of space for any configuration. Signed-off-by: Neal Frager Reviewed-by: Luca Ceresoli Signed-off-by: Arnout Vandecappelle --- board/zynqmp/genimage.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/zynqmp/genimage.cfg b/board/zynqmp/genimage.cfg index 0a6aea7a29..193aff2a2d 100644 --- a/board/zynqmp/genimage.cfg +++ b/board/zynqmp/genimage.cfg @@ -12,7 +12,7 @@ image boot.vfat { } } - size = 32M + size = 64M } image sdcard.img {