Hi,
We have made a custom board with ti8107 processor & we are trying to run GA3.5 RDK mcfw decode-display file base demo on it.
The difference in our board is that we don't have THS7375 and THS7360 chips so we have made one change in ti_vdis.c to disable this chip functionality.
we have made gVdisModuleContext.vdisConfig.enableConfigExtThsFilter = FALSE;
With this change we are able to run the demo on 8107 UD DVR board.
When we try to run the demo on our board the processor gets halt.
we traced out & found that if we disable Vdec_putBitstreamBuffer(fullBufList); function call than the processor doesn't halt and we are able to see four ti logo on display.
so it seems that when we try to use decoder it gives problem.
Are we missing something?
Regards,
shashank.