mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-18 07:09:19 +00:00
This seems to be required to have a functional DSI display. Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
22 lines
633 B
Plaintext
22 lines
633 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi 3 Development Board (32bit)
|
|
#@DESCRIPTION: Machine configuration for the RaspberryPi 3 in 32 bits mode
|
|
|
|
DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4"
|
|
require conf/machine/include/tune-cortexa7.inc
|
|
include conf/machine/include/rpi-base.inc
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += "\
|
|
linux-firmware-rpidistro-bcm43430 \
|
|
linux-firmware-rpidistro-bcm43455 \
|
|
bluez-firmware-rpidistro-bcm43430a1-hcd \
|
|
bluez-firmware-rpidistro-bcm4345c0-hcd \
|
|
"
|
|
|
|
SDIMG_KERNELIMAGE ?= "kernel7.img"
|
|
UBOOT_MACHINE = "rpi_3_32b_config"
|
|
SERIAL_CONSOLES ?= "115200;ttyS0"
|
|
|
|
VC4DTBO ?= "vc4-fkms-v3d"
|
|
ARMSTUB ?= "armstub7.bin"
|