Skip to content

Setting runtime EDID on MS2109 #13

@FallingSnow

Description

@FallingSnow

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions