Hi all, I am using 954 and 953 as serdes to run sony sensor on jetson xavier.
I try to have tpg on both 953 and 954. If I have tpg, there will be color bar appear. But when I used the same setting as 953, to have tpg using 954, there is no color bar, just frozen video.
Does anyone have clues about this issue?
This is my test script
#!/bin/sh
i2cset -y -f 2 0x30 0xb0 0x00
i2cset -y -f 2 0x30 0xb1 0x02
i2cset -y -f 2 0x30 0xb2 0x33 # 8 bars
i2cset -y -f 2 0x30 0xb1 0x03
i2cset -y -f 2 0x30 0xb2 0x2c # raw12
i2cset -y -f 2 0x30 0xb1 0x04
i2cset -y -f 2 0x30 0xb2 0x0b
i2cset -y -f 2 0x30 0xb1 0x05
i2cset -y -f 2 0x30 0xb2 0x58 # 1936*1.5=2904(0x0b58)
i2cset -y -f 2 0x30 0xb1 0x06
i2cset -y -f 2 0x30 0xb2 0x01
i2cset -y -f 2 0x30 0xb1 0x07
i2cset -y -f 2 0x30 0xb2 0x6b # 2904/8=363(0x016b)
i2cset -y -f 2 0x30 0xb1 0x08
i2cset -y -f 2 0x30 0xb2 0x04
i2cset -y -f 2 0x30 0xb1 0x09
i2cset -y -f 2 0x30 0xb2 0x4c # 1100
i2cset -y -f 2 0x30 0xb1 0x0a
i2cset -y -f 2 0x30 0xb2 0x04
i2cset -y -f 2 0x30 0xb1 0x0b
i2cset -y -f 2 0x30 0xb2 0x65 # 1125
i2cset -y -f 2 0x30 0xb1 0x0c
i2cset -y -f 2 0x30 0xb2 0x0b
i2cset -y -f 2 0x30 0xb1 0x0d
i2cset -y -f 2 0x30 0xb2 0x92 # 100M/30fps/1125
i2cset -y -f 2 0x30 0xb1 0x0e
i2cset -y -f 2 0x30 0xb2 0x0c
i2cset -y -f 2 0x30 0xb1 0x0f
i2cset -y -f 2 0x30 0xb2 0x0b # 0x0c + 0x0b + 0x02 = 25
i2cset -y -f 2 0x30 0xb1 0x01
i2cset -y -f 2 0x30 0xb2 0x01