Hello, I am trying to interface my Jetson Nano with a CSI camera through a SN65DPHY but have been unsucessful so far.
I do know the routing is OK because the second camera, which is closer to the Jetson does work normally and the CSI for both cams uses the same routing.
The way I have it set up right now is
Camera
->ZIF connector
->
D0: 295.239mm
D1: 295.224mm
CLK: 295.151mm
-> SN65DPHY
D0: 13.962mm
D1: 14.047mm
CLK: 13.863mm
->Jetson Nano
I have tried these hardware settings and nothing seems to workL
eq/scl | erc/sda | cfg0 | cfg1
VIL | VIL | VIL | VIL -------> fail
VIH | VIL | VIL | VIL -------> fail
VIH | VIL | VIL | VIH -------> fail
VIM | VIL | VIL | VIH -------> fail
VIM | VIL | VIL | VIL -------> fail
VIM | VIM | VIM | VIM -------> fail
VIL | VIH | VIL | VIL -------> fail
The routing rules are .27mm trace width and .15mm gap.
The stack-up is
Top layer: 35um
Dielectric: 355um
Layer 1: 35um
Dielectric: 700mm
Layer 2: 35um
Dielectric: 355um
Bottom layer: 35um
Thanks for your help in advance!