*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, I’ll address the questions and provide a comprehensive answer.
Is it possible to enable 4-lane operation on both CSI connectors of Jetson Orin NX?
According to the Jetson Orin Nano Developer Kit Carrier Board Specification, the CSI connectors support the following configurations:
- J20: CSI 1 x2 lane
- J21: CSI 1 x2 lane or 1 x4 lane
This suggests that the Jetson Orin NX DevKit has a similar configuration. However, the provided context does not explicitly confirm this. Nevertheless, assuming the same configuration applies to the Jetson Orin NX, it appears that only one CSI connector (J21) can support 4-lane operation (1 x4 lane).
Does changing the 4-lane configuration work?
The discussion thread mentions that the Boson carrier board from Connect Tech supports 4x2 (connector cam 1-4) or 2x4 (connector cam1 and cam2) configurations. To switch from 4x2 to 2x4, the device tree setting CAM_LANES is changed from 2 to 4. However, JerryChang’s response indicates that Orin NX/Nano has CSI0 D1 and CSI1 D0 P/N always swizzled for P/N, and recommends using the device tree property lane_polarity to configure a polarity swap on any lane.
This implies that simply changing the 4-lane configuration might not work as expected, and additional configuration, such as polarity swapping, might be required.
Will rearranging the data lanes work?
The proposed lane rearrangement is:
- Instead of:
D0, D1, D2, D3
- Use:
D2, D3, D0, D1
JerryChang’s response does not explicitly address this specific lane rearrangement. However, the recommendation to use the lane_polarity property to configure a polarity swap on any lane suggests that the lane arrangement might need to be adjusted to match the camera’s data lane mapping.
In summary, while the Jetson Orin NX might support 4-lane operation on one CSI connector, changing the configuration and rearranging the data lanes might require additional configuration, such as polarity swapping, to work properly. It is recommended to consult the Jetson Orin NX documentation and seek further clarification from the NVIDIA community or support channels for a definitive answer.
Comparison with other topics
The provided context includes several topics related to Jetson Orin NX and camera configurations. Some relevant topics include:
- “Customized carrier board with two 4-lane ports unable to capture frame properly” (April 18, 2024)
- “4-Lane MIPI Camera Compatibility with Orin NX” (January 15, 2025)
- “CSI-2 Lane Swaping” (April 8, 2024)
- “CSI dual 4lane configuration” (September 12, 2024)
These topics suggest that there are ongoing discussions and challenges related to camera configurations and lane swapping on the Jetson Orin NX platform.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***