Hello,
I have an Edge-AI starter kit attached to a TI ADAS Sensor Fusion Board (rev 3) connected to an IMX390 RCM camera. I am trying to get it to stream by following the instructions here: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-sk-tda4vm/08_02_00/exports/docs/getting_started.html
However, I noticed that the deserializers on the fusion board are located at addresses 0x36 and 0x3d, whereas the device tree file that I'm loading (`k3-j721e-sk-fpdlink-fusion.dtbo`) has the deserializers located at 0x30 and 0x38. Have I done something wrong - or do I need to recompile these device tree files?