mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
raspberrypi4.conf: Add initial machine 32 bit configuration
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
9649833a2c
commit
b85775a16a
17
conf/machine/raspberrypi4.conf
Normal file
17
conf/machine/raspberrypi4.conf
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
#@TYPE: Machine
|
||||||
|
#@NAME: RaspberryPi 4 Development Board (32bit)
|
||||||
|
#@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 32 bit 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-bcm43455 \
|
||||||
|
bluez-firmware-rpidistro-bcm4345c0-hcd \
|
||||||
|
"
|
||||||
|
|
||||||
|
SDIMG_KERNELIMAGE ?= "kernel7.img"
|
||||||
|
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||||
|
|
||||||
|
MACHINE_FEATURES_append = " vc4graphics"
|
Loading…
Reference in New Issue
Block a user