From c7bc97c97e61658e487c4fab8517754328b5e40f Mon Sep 17 00:00:00 2001 From: Drew Moseley Date: Thu, 9 Apr 2020 18:13:55 +0000 Subject: raspberrypi3: Switch to vc4-fkms-v3d. This seems to be required to have a functional DSI display. Signed-off-by: Drew Moseley --- conf/machine/raspberrypi3-64.conf | 1 + conf/machine/raspberrypi3.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'conf/machine') diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 23b59ed..65e3302 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf @@ -31,4 +31,5 @@ KERNEL_IMAGETYPE_UBOOT ?= "Image" KERNEL_IMAGETYPE_DIRECT ?= "Image" KERNEL_BOOTCMD ?= "booti" +VC4DTBO ?= "vc4-fkms-v3d" ARMSTUB ?= "armstub8.bin" diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index 581e47c..dafb66e 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf @@ -17,4 +17,5 @@ SDIMG_KERNELIMAGE ?= "kernel7.img" UBOOT_MACHINE = "rpi_3_32b_config" SERIAL_CONSOLES ?= "115200;ttyS0" +VC4DTBO ?= "vc4-fkms-v3d" ARMSTUB ?= "armstub7.bin" -- cgit v1.2.3-54-g00ecf