diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-27 21:55:11 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-06-28 17:43:28 +0100 |
commit | 8812722ab7638566ace1139be8c1785110cc445d (patch) | |
tree | 1f22a987e6acbabcc6a75e8d62bbfb1bd06a79d6 | |
parent | 1e993c74f9f6a67092bbe9f6744fa2c170e68e64 (diff) | |
download | meta-raspberrypi-ag/rpi4.tar.gz |
raspberrypi4: Use vc4-fkms-v3dag/rpi4
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 <andrei@gherzan.ro>
-rw-r--r-- | conf/machine/raspberrypi4.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
15 | SERIAL_CONSOLES ?= "115200;ttyS0" | 15 | SERIAL_CONSOLES ?= "115200;ttyS0" |
16 | 16 | ||
17 | MACHINE_FEATURES_append = " vc4graphics" | 17 | MACHINE_FEATURES_append = " vc4graphics" |
18 | VC4DTBO ?= "vc4-fkms-v3d" | ||