From 6585c518b70e4f43533c2ede91e1af1bb1e62fdd Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 27 Jun 2019 21:55:11 +0100 Subject: raspberrypi4: Use vc4-fkms-v3d Currently, we use vc4-kms-v3d as the default overlay for VC4 but this seems to break vc4 at runtime on RPi4. Change this to vc4-fkms-v3d for now as this is the default Raspbian ons as well. Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi4.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/raspberrypi4.conf b/conf/machine/raspberrypi4.conf index 39949a6..22938eb 100644 --- a/conf/machine/raspberrypi4.conf +++ b/conf/machine/raspberrypi4.conf @@ -15,3 +15,4 @@ SDIMG_KERNELIMAGE ?= "kernel7.img" SERIAL_CONSOLES ?= "115200;ttyS0" MACHINE_FEATURES_append = " vc4graphics" +VC4DTBO ?= "vc4-fkms-v3d" -- cgit v1.2.3-54-g00ecf