Looks like it is added in 6.6.63 (https://github.com/raspberrypi/linux/pull/6480), while only upgrades to 6.6.62.
But even without the rotation flag, the screen remains black. What I did:
Add video=DSI-1:720x1280@60,rotate=90 to /boot/firmware/cmdline.txt
Replace display_auto_detect=1 with dtoverlay=vc4-kms-dsi-ili9881-7inch (where rotation also will be added later) in /boot/firmware/config.txt.
I plugged in the screen on the DISP0 port, which maps to DSI1 afaik. Any clue what I am doing wrong and how to prevent the black screen?
EDIT: After adding dtoverlay=vc4-kms-dsi-ili9881-7inch below display_auto_detect=1 instead of replacing it, it boots in landscape. But when running my chromium in kiosk (which is the aim for this Pi), it goes back to portrait. This is probably what the rotation param is for in 6.6.63, right?
Code:
sudo apt full-upgrade
But even without the rotation flag, the screen remains black. What I did:
Add video=DSI-1:720x1280@60,rotate=90 to /boot/firmware/cmdline.txt
Replace display_auto_detect=1 with dtoverlay=vc4-kms-dsi-ili9881-7inch (where rotation also will be added later) in /boot/firmware/config.txt.
I plugged in the screen on the DISP0 port, which maps to DSI1 afaik. Any clue what I am doing wrong and how to prevent the black screen?
EDIT: After adding dtoverlay=vc4-kms-dsi-ili9881-7inch below display_auto_detect=1 instead of replacing it, it boots in landscape. But when running my chromium in kiosk (which is the aim for this Pi), it goes back to portrait. This is probably what the rotation param is for in 6.6.63, right?
Statistics: Posted by harmjanr — Sat Nov 30, 2024 4:23 pm