Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 1 | #@TYPE: Machine |
| 2 | #@NAME: RaspberryPi Zero WiFi Development Board |
| 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi Zero WiFi board (https://www.raspberrypi.org/blog/raspberry-pi-zero-w-joins-family/) |
| 4 | |
| 5 | DEFAULTTUNE ?= "arm1176jzfshf" |
| 6 | require conf/machine/include/tune-arm1176jzf-s.inc |
| 7 | include conf/machine/include/rpi-base.inc |
| 8 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 9 | MACHINE_EXTRA_RRECOMMENDS += "\ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 10 | linux-firmware-rpidistro-bcm43430 \ |
| 11 | bluez-firmware-rpidistro-bcm43430a1-hcd \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 12 | " |
Brad Bishop | 3a5fbf5 | 2017-12-04 02:17:07 -0500 | [diff] [blame] | 13 | |
| 14 | SDIMG_KERNELIMAGE ?= "kernel.img" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 15 | UBOOT_MACHINE ?= "rpi_0_w_defconfig" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 16 | SERIAL_CONSOLES ?= "115200;ttyS0" |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 17 | |
| 18 | ARMSTUB ?= "armstub.bin" |