-
Notifications
You must be signed in to change notification settings - Fork 23
Setting runtime EDID on MS2109 #13
Copy link
Copy link
Open
Description
I decided to create this issue to keep from spamming #10.
The only place I was able to find the EDID was in the CODE region. RAM and EEPROM did not seem to contain the EDID.
The following returns the edid on an MS2109.
$ sudo ./cli read CODE 0x7738 256
Trying to write an EDID to it however returns the following:
$ sudo ./cli write-file CODE 0x7738 /tmp/edid.bin
cli: error: Memory can't be written
I assume this is because it's the CODE region and cannot be written to.
Am I just not looking at the RAM region the right way to find the EDID in it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels