summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew Moseley <drew.moseley@northern.tech>2020-04-09 18:13:55 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-04-20 20:27:19 +0100
commit6147e722192731f458fc4f48fc3a36966b8892c4 (patch)
treee835c257501425c1827a4a77d1dc11b190efac1b
parentde806226e7940b0e1eac1d39e0b7a786b63d79e5 (diff)
downloadmeta-raspberrypi-6147e722192731f458fc4f48fc3a36966b8892c4.tar.gz
raspberrypi3: Switch to vc4-fkms-v3d.
This seems to be required to have a functional DSI display. Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
-rw-r--r--conf/machine/raspberrypi3-64.conf1
-rw-r--r--conf/machine/raspberrypi3.conf1
2 files changed, 2 insertions, 0 deletions
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"
31KERNEL_IMAGETYPE_DIRECT ?= "Image" 31KERNEL_IMAGETYPE_DIRECT ?= "Image"
32KERNEL_BOOTCMD ?= "booti" 32KERNEL_BOOTCMD ?= "booti"
33 33
34VC4DTBO ?= "vc4-fkms-v3d"
34ARMSTUB ?= "armstub8.bin" 35ARMSTUB ?= "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"
17UBOOT_MACHINE = "rpi_3_32b_config" 17UBOOT_MACHINE = "rpi_3_32b_config"
18SERIAL_CONSOLES ?= "115200;ttyS0" 18SERIAL_CONSOLES ?= "115200;ttyS0"
19 19
20VC4DTBO ?= "vc4-fkms-v3d"
20ARMSTUB ?= "armstub7.bin" 21ARMSTUB ?= "armstub7.bin"