diff options
| -rw-r--r-- | conf/machine/raspberrypi4.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf new file mode 100644 index 0000000..39949a6 --- /dev/null +++ b/conf/machine/raspberrypi4.conf | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: RaspberryPi 4 Development Board (32bit) | ||
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 32 bit mode | ||
| 4 | |||
| 5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" | ||
| 6 | require conf/machine/include/tune-cortexa7.inc | ||
| 7 | include conf/machine/include/rpi-base.inc | ||
| 8 | |||
| 9 | MACHINE_EXTRA_RRECOMMENDS += "\ | ||
| 10 | linux-firmware-rpidistro-bcm43455 \ | ||
| 11 | bluez-firmware-rpidistro-bcm4345c0-hcd \ | ||
| 12 | " | ||
| 13 | |||
| 14 | SDIMG_KERNELIMAGE ?= "kernel7.img" | ||
| 15 | SERIAL_CONSOLES ?= "115200;ttyS0" | ||
| 16 | |||
| 17 | MACHINE_FEATURES_append = " vc4graphics" | ||
