1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-28 09:29:34 +01:00
OpenVoiceOS/buildroot-external/board/raspberrypi/genimage-raspberrypi4-64.cfg
j1nx 565ea1b00f Revert "MycroftOS: Build, install and use the dtbo files from the kernel sources."
This reverts commit 5a108bea9bd1ccabf2de6c7c94dae5503889e42a.
2020-08-31 11:57:09 +02:00

31 lines
482 B
INI

image boot.vfat {
vfat {
files = {
"bcm2711-rpi-4-b.dtb",
"rpi-firmware/cmdline.txt",
"rpi-firmware/config.txt",
"rpi-firmware/fixup.dat",
"rpi-firmware/start.elf",
"rpi-firmware/overlays",
"Image"
}
}
size = 32M
}
image sdcard.img {
hdimage {
}
partition boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}