Hello Team,
I am revisiting this previous topic again which was never fully resolved: Jetson Nano Fallback EDID
Basically I’m still trying to figure out how to bypass EDID detection and hard code an EDID or even just a single display timing into the kernel for Jetson Nano. I was able to bypass EDID protection and implement the fallback EDID properly for HDMI using the fallbackEDID in edid.c, but for DP it looks like all modes outside of 640x480 are getting filtered out by the DP driver per that previous thread and I don’t know how to fix this. Any guidance on how to implement this would be appreciated and this is for debugging purposes so I understand the risk of programming a display timing which is potentially not supported by either sink or source.
Best Regards,
Casey