Other Parts Discussed in Thread: TVP5158
Tool/software: TI-RTOS
Hi,
Using RVC on dsp1/ipu2 firmwares
target use case :tda2xx_evm_robust_rvc.
I can't change screen position using :
-#define VID2_POSX (600)
#define VID2_POSY (100)
-#define VID3_POSX (600)
#define VID3_POSY (0)
+#define VID2_POSX (0)
#define VID2_POSY (100)
+#define VID3_POSX (0)
#define VID3_POSY (0)
DSS Config Error Detected; automatic will be applied after %d count
Please, any other modification (ipu, uboot,dtb,kernel) needed to adjust rvc screen ?
Thanks