Hi ,
I am trying to test ddcutil on imx93 platform facing no display found issue.
The IMX93, the HDMI output is routed through a MIPI-DSI to HDMI bridge (ADV7535),
On your i.MX93 + ADV7535 setup:
The SoC talks to the ADV7535 via I²C1
We checked the sysfs entry for i2c-dev under
/sys/class/drm/card0-HDMI/ddc/i2c-dev/
and found that no I²C entry was created.
We couldn't find any patch or support for ddcutil with ADV7535
please share you suggestion MIPI-DSI to HDMI bridge (ADV7535) with ddcutil
root@osm-imx93:~# ddcutil detect
No displays found.
Could you please advise on how to resolve this issue? I have confirmed that DDC/CI is enabled on the monitor.
we have set the udev rules
https://blog.tcharles.fr/ddc-ci-screen-control-on-linux/
The HDMI is working fine ,but the error shows only while running ddcutil detect
Hello,
Please note that the I2C being used for DDC is part of the ADV7535 itself and not the same being used to communicate to the i.MX, so as this is being used by the driver itself is not exposed to the userspace, if you want to change something related to it, you may do so by modifying the driver.
Best regards/Saludos,
Aldo.