Hello,
I'm using DVR-RDK 4.01.00.02 with DM8168 EVM (Rev F.) and EIO daughter card (Rev C.)
Decode and display demo is working fine over on-chip HDMI, but I'm trying to get it outputting to off-chip HDMI (via VOUT0 and Sii9022A transmitter).
As I see, Sii9022A is not handled by sii9022 driver in Linux (as in EZSDK), but from userspace i2c calls in McFW demo applications. Also, all demo applications which are displaying something seem to call Device_sii9022aInit() and Device_getVidDecI2cAddr(), so I guess they should be outputting to on-chip and off-chip HDMI at the same time.
But I have no picture on off-chip HDMI. The screen periodically goes blank with input signal detected for several seconds, and then "no signal" for several seconds. Changing off-chip HDMI resolution at runtime does nothing.
Do I have to change anything else in McFW demos to get the output over Sii9022A, or it is set by default?
Btw, VOUT0 over Sii9022A is working fine under EZSDK 5.05 if I load sii9022a.ko module and manually change output to dvo2, triplediscrete, rgb888...
Thanks