All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] board/versal: increase vfat partition to 64M
@ 2025-09-01 13:29 Neal Frager via buildroot
  2025-09-01 13:29 ` [Buildroot] [PATCH v1 2/2] configs/versal_*: bump to Linux 6.12.40 Neal Frager via buildroot
  2025-09-04 16:48 ` [Buildroot] [PATCH v1 1/2] board/versal: increase vfat partition to 64M Julien Olivain via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Neal Frager via buildroot @ 2025-09-01 13:29 UTC (permalink / raw)
  To: buildroot
  Cc: ibai.erkiaga-elorza, luca.ceresoli, yann.morin, brandon.maier,
	ju.o, Neal Frager, thomas.petazzoni, romain.naour, michal.simek,
	romain.naour

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@amd.com>
---
 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 {
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-09-04 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01 13:29 [Buildroot] [PATCH v1 1/2] board/versal: increase vfat partition to 64M Neal Frager via buildroot
2025-09-01 13:29 ` [Buildroot] [PATCH v1 2/2] configs/versal_*: bump to Linux 6.12.40 Neal Frager via buildroot
2025-09-04 16:48 ` [Buildroot] [PATCH v1 1/2] board/versal: increase vfat partition to 64M Julien Olivain via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.