mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
29 lines
852 B
Plaintext
29 lines
852 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: RaspberryPi 4 Development Board (64bit)
|
|
#@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 = " armstub vc4graphics"
|
|
VC4DTBO ?= "vc4-fkms-v3d"
|
|
ARMSTUB ?= "armstub8-gic.bin"
|
|
|
|
KERNEL_IMAGETYPE_DIRECT ?= "Image"
|
|
|
|
RPI_EXTRA_CONFIG ?= "\n# RPi4 64bit has some limitation - see https://github.com/raspberrypi/linux/commit/cdb78ce891f6c6367a69c0a46b5779a58164bd4b\ntotal_mem=1024\narm_64bit=1"
|