Part Number: DS90UB962Q-Q1
Tool/software: TI C/C++ Compiler
Hi TI members:
Our DS90UB962 will connect to 4 camera module (which use DS90UB913 serializer)
Right now I try to config the DS90UB913 register through i2ctool.
I already connect one camera module to 962 RIN0,
and I try to set 962 RIN0 as CSI-2 mode, my steps is below config
i2cset -f -y 3 0x34 0x4c 0x01 /*RX0*/ i2cset -f -y 3 0x34 0x32 0x01 /*Enable TX port 0*/ i2cset -f -y 3 0x34 0x33 0x02 /*Enable Continuous clock mode and CSI output*/ i2cset -f -y 3 0x34 0x6D 0x6c /*CSI Mode*/ i2cset -f -y 3 0x34 0x72 0x00 i2cset -f -y 3 0x34 0x7C 0x20 i2cset -f -y 3 0x34 0xD5 0xF3 i2cset -f -y 3 0x34 0x5D 0x58 /*Serializer Address*/ i2cset -f -y 3 0x34 0x65 0x58 i2cset -f -y 3 0x34 0x5D 0x48 /*Sensor Address*/ i2cset -f -y 3 0x34 0x65 0x48
But after that, I still can't access serializer 913 register.
root@j7-evm:~# i2cget -f -y 3 0x58 0x05 Error: Read failed
Can you help to check what register of 962 I miss to initialize?
BR
Sentinen Chen