Changes

Jump to navigation Jump to search
Line 13: Line 13:     
Special, for the Computer module series. Make the following description.
 
Special, for the Computer module series. Make the following description.
 +
 +
==== Raspberry Pi 5 ====
 +
{| class="wikitable"
 +
!i2c bus num
 +
!description
 +
|-
 +
|6
 +
|CAM0
 +
|-
 +
|4
 +
|CAM1
 +
|}
 
====CM3====
 
====CM3====
 
CM3 use I2C-1 to control 2 cameras,It is time-sharing multiplexing.
 
CM3 use I2C-1 to control 2 cameras,It is time-sharing multiplexing.
Line 18: Line 30:  
<code>./camera_i2c_config [cameranum]</code>
 
<code>./camera_i2c_config [cameranum]</code>
 
{| class="wikitable"
 
{| class="wikitable"
!cameranum
+
!i2c bus num
 
!description
 
!description
 
|-
 
|-
Line 44: Line 56:  
=== Nvidia Jetson ===
 
=== Nvidia Jetson ===
 
The following description is only for official Nvidia development boards, third party board need to be confirmed with the manufacturer.
 
The following description is only for official Nvidia development boards, third party board need to be confirmed with the manufacturer.
==== AGX-Xavier, TX2 Devkit====
+
==== AGX-Xavier,AGX-Orin,TX2 Devkit====
 
[[ADP-N1-V2.0 Adapter Board Data Sheet|ADP-N1-V2.0]] has 6 MIPI CSI-2 interfaces, corresponding to the i2c bus numbers 30-35.
 
[[ADP-N1-V2.0 Adapter Board Data Sheet|ADP-N1-V2.0]] has 6 MIPI CSI-2 interfaces, corresponding to the i2c bus numbers 30-35.
 
{| class="wikitable"
 
{| class="wikitable"
Line 78: Line 90:  
|1
 
|1
 
|9
 
|9
 +
|}
 +
OR:
 +
{| class="wikitable"
 +
!cam index
 +
!i2c number
 +
|-
 +
|0
 +
|9
 +
|-
 +
|1
 +
|10
 +
|}<br />
 +
 +
==== Orin Nano , Orin NX ====
 +
{| class="wikitable"
 +
!cam index
 +
!i2c number
 +
|-
 +
|0
 +
|9
 +
|-
 +
|1
 +
|10
 
|}
 
|}
 
====Nano B01====
 
====Nano B01====
Line 111: Line 146:  
==== google Coral board ====
 
==== google Coral board ====
 
i2c bus number is 1.
 
i2c bus number is 1.
 +
 +
=== Rockchip platform ===
 +
 +
==== ROC-RK3566-PC ====
 +
i2c  bus number is 4.
 +
 +
==== ROC-RK3588S-PC ====
 +
i2c  bus number is 7.
    
=== Tools ===
 
=== Tools ===

Navigation menu