Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4901

Official Display • Re: Official display works on DSI 2 but not DSI 1 with Raspberry Pi 5

$
0
0
This was observed with the official 7" display, not a clone.

This is the only display connected through the DSI port, no HDMI device is connected.

So concluding from your statement DSI1 likely is defective if the display is working when connected to DSI2 but not on DSI1?
The ports are called CSI/DSI0 and CSI/DSI1, with DSI0 being the connector next to the 4pin PoE connector (in OP's wording 'right one').
NOTE: there is a silkscreen print! Why can't we agree to refer to that?
When connecting the display cable to the first (right) DSI port the display is not functional, but when connecting it to the second (left) DSI port in the same way the display is perfectly working.
menas:
working when connected to DSI1 (left)
non-working when connected to DSI0 (right)

DSI1 is the port where the display was connected to on everything before Pi5.
So concluding from your statement DSI1 likely is defective if the display is working when connected to DSI2 but not on DSI1?
False conclusion, but please run a test:

Disable display auto detect, i.e. by

Code:

# display_auto_detect=1
The overlay related to the official 7in DSI screen is 'vc4-kms-dsi-7inch'. Load that manually now!

Connect your screen to DSI0 (right) and change your config.txt to include

Code:

dtoverlay=vc4-kms-dsi-7inch,dsi0
Report back if that is working!

connect your screen to DSI1 (left) and change your config.txt to include

Code:

dtoverlay=vc4-kms-dsi-7inch
Report back if that is working!

Conclusion:
If connecting a Pi 7" DSI panel to DISP1, then add "dtoverlay=vc4-kms-dsi-7inch" to /boot/firmware/config.txt
If connecting a Pi 7" DSI panel to DISP0, then add "dtoverlay=vc4-kms-dsi-7inch,dsi0" to /boot/firmware/config.txt.
Above is explicitly valid for Compute Modules as well because they don't have display (or camera) autodetect.

Statistics: Posted by aBUGSworstnightmare — Fri Sep 27, 2024 6:31 am



Viewing all articles
Browse latest Browse all 4901

Trending Articles