notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.84k stars 495 forks source link

Can the fbtft driver still be used directly with Raspberry Pi 5B? #601

Closed jieweizero closed 6 months ago

jieweizero commented 8 months ago

Now the Raspberry Pi has been updated to 5B. The previously configured SPI display on 4B cannot be used on 5B. When manually entering the "fbcp" command, the error "pi@raspberrypi:~ $ fbcp * failed to open vchiq instance" is displayed. To adapt to Raspberry Pi 5B, do you need to modify the fbtft driver? What specific changes need to be made?

notro commented 8 months ago

failed to open vchiq instance

fbcp uses dispmanx to copy the firmware framebuffer to fbtft. dispmanx is not supported on pi5: https://forums.raspberrypi.com/viewtopic.php?p=2138929#p2138929

github-actions[bot] commented 6 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.