Tool/software: Linux
Hello, the following is my configuration code. I have achieved the obtained data from 913 to 953. PASS and LOCK signals are at high level.
#---------------------------------------- DS90UB913 --->> DS90UB954
i2cset -y 1 0x2E 0x4C 0x01 # write enable for RX port 0 register.
i2cset -y 1 0x2E 0x0C 0x01 # port 0 receiver enable !
i2cset -y 1 0x2E 0x0D 0x49 # 0100 -- IO_CTL
# 5E --- 50Mbps for DS90UB953
i2cset -y 1 0x2E 0x58 0xD6 # back channel frequency select. 50mbps for DS90UB953
i2cset -y 1 0x2E 0x18 0x00 # frameSync generation enable
sleep 1
i2cset -y 1 0x2E 0x6D 0x7F
#i2cset -y 1 0x2E 0x6D 0x7F # CSI mode -- ds90ub953:7C, 913:7F
#---------------------------------------------------------
#SER_ID --- for DS90UB953
#SER_ALIAS_ID
i2cset -y 1 0x2E 0x5B 0x30 # remote serializer ID
i2cset -y 1 0x2E 0x5C 0x4C # remote serializer alias ID
#SlaveID[0] --- for DS90UB953's SONY sensor
#SlaveAlias[0]
i2cset -y 1 0x2E 0x5D 0x20 # remote slave device ID 0
i2cset -y 1 0x2E 0x65 0x20 # remote slave device alias ID 0
#---------------------------------------------------------
#i2cset -y 1 0x2E 0x72 0xE8 # csi-2 virtual channel mapping register
sleep 1
i2cset -y 1 0x2E 0x33 0x23 # enable csi output
i2cset -y 1 0x2E 0x34 0x41 #
i2cset -y 1 0x2E 0x21 0xBC # csi replicate mode
i2cset -y 1 0x2E 0x20 0x00 # forwarding enabled for RX port
#
#i2cset -y 1 0x2E 0x7C 0x01
#i2cset -y 1 0x2E 0xBC 0x01
i2cset -y 1 0x2E 0xBA 0x03 # enable fpd-Link encoder crc
i2cset -y 1 0x2E 0x4A 0x10