Skip to content

Commit

Permalink
raspberrypi3: Switch to vc4-fkms-v3d.
Browse files Browse the repository at this point in the history
This seems to be required to have a functional DSI display.

Signed-off-by: Drew Moseley <drew.moseley@northern.tech>
  • Loading branch information
Drew Moseley authored and agherzan committed Apr 15, 2020
1 parent 3b2ded5 commit c7bc97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/machine/raspberrypi3-64.conf
Expand Up @@ -31,4 +31,5 @@ KERNEL_IMAGETYPE_UBOOT ?= "Image"
KERNEL_IMAGETYPE_DIRECT ?= "Image"
KERNEL_BOOTCMD ?= "booti"

VC4DTBO ?= "vc4-fkms-v3d"
ARMSTUB ?= "armstub8.bin"
1 change: 1 addition & 0 deletions conf/machine/raspberrypi3.conf
Expand Up @@ -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"

0 comments on commit c7bc97c

Please sign in to comment.