Part Number: DS90UB954-Q1
Hi Team,
Please advise me on how to enable on-chip test pattern generator.
I set up on chip test pattern generate with the following script
and checked the CSI-2 output.
I sow SOT and Sync word, however, MIPI differential driver stayed same
State level as seen in attached screen shot.
Please let me know why valid test data do not come out for the CSI-2 port.
The EVM in my hand is old and may EQ chip on it.
The marking is
PBU954Q
BIBLND
TI 73
CLGF G4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
######################
## P954_A0_RX0_CSI_Enable.py
######################
# Set VC-ID = RGB888 0x24 or TYV422 0x1E
board.WriteI2C(devAddr,0x70, 0x24)
board.WriteI2C(devAddr,0x71,0x24)
# Set CSI_EN and set to continuous clock mode 2Lane
print "CSI_EN with 2 lanes"
board.WriteI2C(devAddr,0x33,0x23)
time.sleep(0.1)
# Set forwarding of RX port 0 to CSI output
print "FWD_PORT0"
board.WriteI2C(devAddr,0x20,0x30)
time.sleep(0.1)
# CSI-2 rate = 400Mbps
board.WriteI2C(devAddr,0x1f,0x03)
time.sleep(0.1)
# Enable TPG
board.WriteI2C(devAddr,0xB0,0x00)
board.WriteI2C(devAddr,0xB1,0x01)
board.WriteI2C(devAddr,0xB2,0x01)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mita

