This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

954 拖两路953+sensor alias ID设置问题及 954 CSI-2通道和soc匹配问题

目前方案954拖了两路953,同步 CSI-2模式;两路953和sensor的IIC地址都是一样的;想通过配置ser aliasID 和remote aliasID把PORT0 PORT1的953 和sensor的aliasID配置成不一样的,然后分别访问;但是总是只能访问一路953,目前寄存器配置如下

i2c_write 1 0x7a 0x4c 0x03 1 1
  

 i2c_write 1 0x7a 0x23 0x82 1 1

 i2c_write 1 0x7a 0x58 0x5e 1 1

 i2c_write 1 0x7a 0x33 0x13 1 1

 i2c_write 1 0x7a 0x6d 0x74 1 1

 i2c_write 1 0x7a 0x1f 0x02 1 1

 i2c_write 1 0x7a 0x6e 0x99 1 1


 i2c_write 1 0x7a 0x20 0x00 1 1 
 i2c_write 1 0x7a 0x0c 0xbf 1 1

//配置954 port0,953 33,4210 20
 i2c_write 1 0x7a 0x23 0x81 1 1 

 i2c_write 1 0x7a 0x5b 0x30 1 1
 i2c_write 1 0x7a 0x5c 0x33 1 1

 

 i2c_write 1 0x7a 0x5d 0x60 1 1
 i2c_write 1 0x7a 0x65 0x20 1 1

//配置954 port1,,953 34,4210 22

 i2c_write 1 0x7a 0x23 0x82 1 1 
  i2c_write 1 0x7a 0x5b 0x30 1 1
 i2c_write 1 0x7a 0x5c 0x34 1 1

 i2c_write 1 0x7a 0x5e 0x60 1 1
 i2c_write 1 0x7a 0x66 0x22 1 1

问题二 目前我们使用海思的平台,在954-SOc间的CSI-2存在以下问题;

  1. 954TXD采用PORT0(0 1 VC-id)和port1(2 3vc-ID)的输出模式 ,sensorA B数据时叠加在一起的,能通过配置在输出端将sensorA 和sensorB的数据分好吗(如果不可以,可否提供海思SOC解析的支持或者例程)
  2. 另外海思平台4lane接两路sensor对应的lane序号是0 2;1 3这样分组的;但954是01 ;23 ;问一下 954是否也可以设置成02;13的方式

感谢