mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
raspberrypi4-64.conf: Introduce RPi arm64 machine
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
8e346a9bf9
commit
08b5a29028
25
conf/machine/raspberrypi4-64.conf
Normal file
25
conf/machine/raspberrypi4-64.conf
Normal file
|
@ -0,0 +1,25 @@
|
|||
#@TYPE: Machine
|
||||
#@NAME: RaspberryPi 4 Development Board
|
||||
#@DESCRIPTION: Machine configuration for the RaspberryPi 4 in 64 bits mode
|
||||
|
||||
MACHINEOVERRIDES = "raspberrypi4:${MACHINE}"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "\
|
||||
linux-firmware-rpidistro-bcm43455 \
|
||||
bluez-firmware-rpidistro-bcm4345c0-hcd \
|
||||
"
|
||||
|
||||
require conf/machine/include/tune-cortexa72.inc
|
||||
include conf/machine/include/rpi-base.inc
|
||||
|
||||
RPI_KERNEL_DEVICETREE = " \
|
||||
broadcom/bcm2711-rpi-4-b.dtb \
|
||||
"
|
||||
|
||||
SDIMG_KERNELIMAGE ?= "kernel8.img"
|
||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||
|
||||
MACHINE_FEATURES_append = " vc4graphics"
|
||||
VC4DTBO ?= "vc4-fkms-v3d"
|
||||
|
||||
KERNEL_IMAGETYPE_DIRECT ?= "Image"
|
Loading…
Reference in New Issue
Block a user