-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MS2109 Horizontal Front Porch adjustment #10
Comments
Hello, How did you change the EDID? To change it at runtime on the MS2130 this should work: It is also possible to change it in flash, I now know how to recalculate the checksum and will post this in a few days. Sincerely, |
Did you manage to figure out how to recalculate the checksum for the firmware on the MS2130? |
@BertoldVdb we'd also be very interested in learning about the ms2130's checksumming algo and/or a ready-to-go implementation. Might come in handy for the new FOSDEM video boxes... |
I was a bit busy, here is the checksum calculation code: https://github.com/BertoldVdb/ms-tools/blob/main/mshal/ms213x/csum.go |
Does changing the edid using |
I am not sure, you can try it... In any case you can replace the EDID in the EEPROM easily on MS2109. |
It didn't seem to work. I wrote the edid to f900 and tried unplugging and plugging in the hdmi connection. No edid change. |
Hey I was wondering if there was a way to lessen the "Horizontal Front Porch" with ms-tools? I got this black bar on the left side of the video signal, and I was trying to figure out if I could change the EDID information to move the entire video stream a bit to the left?
The text was updated successfully, but these errors were encountered: