All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] board/freescale: increase the vfat size
@ 2020-05-26 21:01 Fabio Estevam
  2020-05-26 21:18 ` Yann E. MORIN
  2020-06-01 20:06 ` Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2020-05-26 21:01 UTC (permalink / raw)
  To: buildroot

i.MX8 targets typically use the standard ARM64 defconfig, which builds
lots of ARM64 platforms leading to super large kernels that can easily
not fit within the current 32MB size for vfat.

Increase the vfat size to better accomodate such large kernels.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 board/freescale/common/imx/genimage.cfg.template_imx8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/freescale/common/imx/genimage.cfg.template_imx8 b/board/freescale/common/imx/genimage.cfg.template_imx8
index 84a812f986..5689205083 100644
--- a/board/freescale/common/imx/genimage.cfg.template_imx8
+++ b/board/freescale/common/imx/genimage.cfg.template_imx8
@@ -14,7 +14,7 @@ image boot.vfat {
       %FILES%
     }
   }
-  size = 32M
+  size = 64M
 }
 
 image sdcard.img {
-- 
2.17.1

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

end of thread, other threads:[~2020-06-01 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-26 21:01 [Buildroot] [PATCH] board/freescale: increase the vfat size Fabio Estevam
2020-05-26 21:18 ` Yann E. MORIN
2020-05-26 21:26   ` Fabio Estevam
2020-06-01 20:06 ` Peter Korsgaard

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.