mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 11:28:19 +00:00
Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
427 B
Plaintext
16 lines
427 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi 3 Development Board
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 64 bits mode
|
|
|
|
MACHINEOVERRIDES = "raspberrypi3:raspberrypi:${MACHINE}"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430"
|
|
|
|
require conf/machine/include/arm/arch-armv8.inc
|
|
include conf/machine/include/rpi-base.inc
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
VC4_CMA_SIZE ?= "cma-256"
|
|
|
|
UBOOT_MACHINE = "rpi_3_config"
|