agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
546 stars 417 forks source link

Raspberry Pi 5 + Raspberry Pi 7inch Display is not working #1382

Open ykuzma1 opened 3 weeks ago

ykuzma1 commented 3 weeks ago

Description The official Raspberry Pi 7 inch display does not show anything or illuminate the blacklight when building for and deploying on a Raspberry Pi 5. The HDMI display does show the correct output however. Pictures attached.

Steps to reproduce the issue:

MACHINE = "raspberrypi5"
DISTRO = "poky"
EXTRA_IMAGE_FEATURES = "debug-tweaks"
ENABLE_UART = "1"
IMAGE_INSTALL:append = " kmscube"
LICENSE_FLAGS_ACCEPTED += "synaptics-killswitch"
bitbake core-image-base

Describe the results you received: The Raspberry Pi 5 never illuminates or shows anything on the official RPi 7inch display including during the boot process.

Describe the results you expected: During the boot process the display should illuminate the backlight, show the rainbow screen, and then show four raspberry graphics. Then after boot, it should show the console and kmscube when executed.

Additional information you deem important (e.g. issue happens only occasionally):

Additional details (revisions used, host distro, etc.):

console kmscube RPi OS

leon-anavi commented 2 weeks ago

@ykuzma1 what settings for VC4DTBO are you using? Have you tried with vc4-kms-dsi-7inch?

ykuzma1 commented 2 weeks ago

@leon-anavi I am using the default VC4DTBO value. But I have also tried setting VC4DTBO = "vc4-fkms-v3d" in local.conf with the same results.

Setting dtoverlay=vc4-kms-dsi-7inch in config.txt also has the same issue.