genimage.cfg, bump fat partition sice and remove un-needed boot files

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
main
Robert Nelson 3 months ago
parent 08b3b1fd3d
commit 1a803cc476

@ -5,15 +5,10 @@ image boot.vfat {
files = { files = {
"beaglev_fire.itb", "beaglev_fire.itb",
"boot.scr", "boot.scr",
"mpfs-beaglev-fire.dtb",
"Image"
} }
#file extlinux/extlinux.conf {
# image = extlinux.conf
#}
} }
size = 60M size = 128M
} }
image sdcard.img { image sdcard.img {
@ -32,7 +27,7 @@ image sdcard.img {
image = "boot.vfat" image = "boot.vfat"
} }
partition root { partition rootfs {
partition-type-uuid = L partition-type-uuid = L
image = "root.ext4" image = "root.ext4"
} }

Loading…
Cancel
Save