add rpi5 custom example

This commit is contained in:
2025-04-21 16:35:54 +02:00
parent 442f0de5fd
commit f4001aa44b
10 changed files with 325 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
image boot.vfat {
vfat {
files = {
#BOOT_FILES#
}
}
size = 32M
}
image sdcard.img {
hdimage {
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}