06-04-2024, 06:27 AM
(05-31-2024, 03:36 PM)felix1024 Wrote: HiHello Felix, thanks for your post, I have the same display (HDMI in Stealth V3) but cannot even get the console boot messages to work in landscape mode using those settings. Could you please post your complete cmdline.txt and config.txt ? I suspect I have something wrong, despite starting from 9.0.1 image.
just upgraded to latest Moode 9.0 release. Unfortunately my solution for running a local Waveshare DSI 7.9 display on 8.3.9 is not working anymore.
But here is the solution to make it working again:
The necessary LCD drivers are now included in the Bookworm release, no need to install drivers
Just need to enable it in /boot/firmware/config.txt
insertCode:$ sudo nano /boot/firmware/config.txt
and save.Code:dtoverlay=vc4-kms-dsi-waveshare-panel,7_9_inch
Since this display has portrait orientation one need to change it for boot messages:
Edit /boot/firmware/cmdline.txt
insert this in front of the command line:Code:$ sudo nano /boot/firmware/cmdline.txt
save it. after a reboot boot messages appears in landscape orientationCode:video=HDMI-1:d video=HDMI-2:d video=DSI-1:400x1280e,rotate=270
...