[Buildroot] [git commit branch/2025.05.x] board/versal: increase vfat partition to 64M

Thomas Perale thomas.perale at mind.be
Thu Sep 11 16:01:07 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=55d41766a39bfe0f8e43283042ad02e84b2c4f59
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.05.x

In the process of bumping Linux kernel 6.12.10 to 6.12.40, the size of the
default Linux kernel Image file for versal products is increasing from 23.4M
to 26.9M. This is leaving limited 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 <neal.frager at amd.com>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit dfed1003d9684d59dd1a48052003fa6212566d63)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
 board/versal/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/versal/genimage.cfg b/board/versal/genimage.cfg
index d994d3a2bf..8870777f19 100644
--- a/board/versal/genimage.cfg
+++ b/board/versal/genimage.cfg
@@ -10,7 +10,7 @@ image boot.vfat {
 		}
 	}
 
-	size = 32M
+	size = 64M
 }
 
 image sdcard.img {


More information about the buildroot mailing list