i.MX6D read HDMI EDID EEPROM from monitor

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX6D read HDMI EDID EEPROM from monitor

Jump to solution
1,362 Views
malikcisse
Contributor I

Hi,

I am trying to read the EDID of the monitor connected to HDMI port.

This command probably gives me the EDID content after initialization:

$cat  /sys/devices/platform/mxc_hdmi/edid

I would like to issue an i2c edid read command in user space.

Is there any sample code showing how to do this?

Thanks,

malikcis

Labels (2)
0 Kudos
1 Solution
947 Views
igorpadykov
NXP Employee
NXP Employee

Hi malik

one can try monitor-edid

bash - How to check if EDID can be tusted - Unix & Linux Stack Exchange

or look through /sys nodes

xrandr - How to get EDID for a single monitor? - Unix & Linux Stack Exchange

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
948 Views
igorpadykov
NXP Employee
NXP Employee

Hi malik

one can try monitor-edid

bash - How to check if EDID can be tusted - Unix & Linux Stack Exchange

or look through /sys nodes

xrandr - How to get EDID for a single monitor? - Unix & Linux Stack Exchange

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
947 Views
malikcisse
Contributor I

Thank you Igor for these useful hints.

0 Kudos