Hi,
I'm using the EVM814x with the TI DVRRDK 3.0. The EVM814x is from Mistral. The daughter card is attached to the EVM.
The original samples of the DVR applications are failing.
I followed the documentation by executing the following commands on the target board:
cd /opt/dvr_rdk/ti814x
$ ./init.sh
$ ./load.sh
$ ./run.sh
After that the following menu will display:
=========
Main Menu
=========
1: 4CH VCAP + VENC + VDEC + VDIS - Progressive SD Encode + Decode
2: 8CH <D1+CIF> VCAP + VENC + VDEC + VDIS - Progressive SD Encode + Decode
3: 16CH <D1+CIF> VCAP + VENC + VDEC + VDIS - Progressive SD Encode + Decode
4: 16CH NRT <D1+CIF> VCAP + VENC + VDEC + VDIS - Progressive SD Encode + Decode
5: VDEC + VDIS - SD/HD Decode ONLY
6: CUSTOM DEMO - 1Ch D1 Decode
c: 4CH Car DVR usecase
and now what ever option I choose I will get the following assertion failure and the program stop executig:
ASSERT (ti_vdis.c|Vdis_init|387)
I searched for this assertion. It is located in the file ti_vdis.c. when I comment out the assertion I get different list of errors.
Any idea what is the cause for this assertion failure ?
Thanks for any help