doc: add EDID I²C programming

This commit is contained in:
King Kévin 2022-08-19 16:10:52 +02:00
parent 41435806b8
commit 9e35864548
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ if the ERROR LED is on, the possible cause is one of the following:
- tried reading the EDID from the monitor, but it is not connected
- communication with monitor failed, due to damaged cable
- monitor EDID is invalid
- storing EDID in EEPROM failed
the firewall only acts as an I²C EEPROM at address 0x50 toward the HDMI device to provide the EDID information.
if the EDID switch is on the BLOCK position, the EEPROM is read only.
if the EDID switch is on the ALLOW position, writing the EEPROM is possible over the HDMI connection using standard I²C write operations.
limitations
===========