Hello
I’m looking for informations for developping my own Jetson NANO/Xavier NX board. In detail, I read
- MIPI CSI lane grouping
- Jetson Nano, Jetson TX2 NX, and Jetson Xavier NX Camera Module Hardware
But I can’t find and information about the matching of signals when I want to use 4 lanes on MIPI camera. For example, if my sensor has CSI_D0/D1/D2/D3, how I need to place these lanes on CSI0_D0/D1 and CS1_D0/D1? Could this be like following?
JETSON <------> SENSOR
CSI0_D0 D0
CSI0_D1 D1
CSI1_D0 D2
CSI1_D1 D3
CSI0_CLK CLK
Thanks for the help