diff options
| -rw-r--r-- | conf/machine/raspberrypi0-2w-64.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi0-2w-64.conf b/conf/machine/raspberrypi0-2w-64.conf new file mode 100644 index 0000000..8e4729a --- /dev/null +++ b/conf/machine/raspberrypi0-2w-64.conf | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: RaspberryPi0 2 Wifi Development Board | ||
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi0 2 Wifi in 64 bits mode | ||
| 4 | |||
| 5 | include conf/machine/raspberrypi3-64.conf | ||
| 6 | |||
| 7 | MACHINEOVERRIDES := "${@'${MACHINEOVERRIDES}'.replace(':${MACHINE}',':raspberrypi3-64:${MACHINE}')}" | ||
| 8 | |||
| 9 | MACHINE_EXTRA_RRECOMMENDS += "\ | ||
| 10 | linux-firmware-rpidistro-bcm43436 \ | ||
| 11 | linux-firmware-rpidistro-bcm43436s \ | ||
| 12 | bluez-firmware-rpidistro-bcm43430b0-hcd \ | ||
| 13 | " | ||
| 14 | |||
| 15 | RPI_KERNEL_DEVICETREE = " \ | ||
| 16 | broadcom/bcm2710-rpi-zero-2.dtb \ | ||
| 17 | " | ||
