I believe there might be a problem with the circuitry on my custom carrier board. When the Jetson boots, it cannot find and EDID and defaults eventually to the 720p setting.
When I boot, I see the SDA/SCL pins move a bit on a scope, but the boot cycle is so long, it’s really hard to debug.
I read in other threads that when it cannot communicate with the I2C it shuts it off, when it loads the default EDID. If that is true, that makes this very painful to debug.
Is there a way I can use a script to have the Nano constantly try and query the EDID so I can then scope the signals and see where the problem is happening (maybe the level shifting circuitry).
Thanks!