From 1a803cc476ce5839919ff223307eb3c5916b2e53 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Sat, 6 Jul 2024 15:05:54 -0500 Subject: [PATCH] genimage.cfg, bump fat partition sice and remove un-needed boot files Signed-off-by: Robert Nelson --- deploy/genimage.cfg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/deploy/genimage.cfg b/deploy/genimage.cfg index 4ef125c..105164a 100644 --- a/deploy/genimage.cfg +++ b/deploy/genimage.cfg @@ -5,15 +5,10 @@ image boot.vfat { files = { "beaglev_fire.itb", "boot.scr", - "mpfs-beaglev-fire.dtb", - "Image" } - #file extlinux/extlinux.conf { - # image = extlinux.conf - #} } - size = 60M + size = 128M } image sdcard.img { @@ -32,7 +27,7 @@ image sdcard.img { image = "boot.vfat" } - partition root { + partition rootfs { partition-type-uuid = L image = "root.ext4" }