meta-raspberrypi/conf/machine/raspberrypi3.conf
Andrei Gherzan a7354774fe raspberrypi*.conf: Minor tweaks
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
2017-01-20 18:45:30 +01:00

12 lines
315 B
Plaintext

#@TYPE: Machine
#@NAME: RaspberryPi 3 Development Board
#@DESCRIPTION: Machine configuration for the RaspberryPi 3
MACHINEOVERRIDES = "raspberrypi2:${MACHINE}"
include conf/machine/raspberrypi2.conf
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
SERIAL_CONSOLE = "115200 ttyS0"
VC4_CMA_SIZE ?= "cma-256"