1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-01 11:16:52 +01:00
OpenVoiceOS/buildroot-external/board/raspberrypi/genimage-raspberrypi3-64.cfg
j1nx c0bc2b0f7c Make use of the new and opensource libcamera software stack.
- Add libcamera
- Add libcamera-apps
- changes to rootfs to make use of the above

Needs testing and possible other fixes/changes
2022-05-13 10:38:25 +02:00

43 lines
983 B
INI

image boot.vfat {
vfat {
files = {
"bcm2710-rpi-3-b.dtb",
"bcm2710-rpi-3-b-plus.dtb",
"bcm2837-rpi-3-b.dtb",
"rpi-firmware/bootcode.bin",
"rpi-firmware/cmdline.txt",
"rpi-firmware/config.txt",
"rpi-firmware/fixup.dat",
"rpi-firmware/start.elf",
"rpi-firmware/fixupcd.dat",
"rpi-firmware/startcd.elf",
"rpi-firmware/fixupx.dat",
"rpi-firmware/startx.elf",
"overlays",
"Image"
}
}
size = 96M
}
image sdcard.img {
hdimage {
disk-signature = 0xOVOS
partition-table-type = "hybrid"
}
partition boot1 {
partition-type = 0xC
partition-uuid = 9262aee5-2d23-4e09-baac-280591e2e834
partition-type-uuid = c12a7328-f81f-11d2-ba4b-00a0c93ec93b
bootable = "true"
image = "boot.vfat"
}
partition rootfs1 {
partition-uuid = c0932a41-44cf-463b-8152-d43188553ed4
partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae
image = "rootfs.ext4"
}
}