Part Number: TDA4VM
Hello Support-Team,
we ported the TIOVX framework to our POSIX implementeation, based on PSDK version 07_02_00_06.
Beside some minor fails all the conformance tests passed so far.
However, the encoder / decoder streaming tests cause the firmware on MCU2_1 to panic and report some failed assertions:
VxTests version: 1.1-20170301
VCS version: unknown
Build config: Release
[ ======== ] Total 22683 tests from 151 test cases
Use test filter: tivxHwaVideoDecoder*
Use global OpenVX context: FALSE
[ -------- ] tests from tivxHwaVideoDecoder
[ RUN 0001 ] tivxHwaVideoDecoder.NodeCreation ...
[ DONE ] tivxHwaVideoDecoder.NodeCreation
[ RUN 0002 ] tivxHwaVideoDecoder.SingleStreamProcessing ...
[MCU2_1] 20.060384 s: TID=NULL [GENERAL FIRMWARE PANIC Reason(s): Watch Dog Timeo]
[MCU2_1] 20.060459 s: Assertion @ Line: 930 in /home/gtbldadm/nightlybuilds/repo_manifests/scripts/jenkins/coresdk_rtos_jacinto_07_01_05_14/video_codec/ti-img-encode-decode/tirtos/decoder/../../driver/decoder/hw_control.c: !(0) : failed !!!
[MCU2_1] 20.060551 s: Assertion @ Line: 930 in /home/gtbldadm/nightlybuilds/repo_manifests/scripts/jenkins/coresdk_rtos_jacinto_07_01_05_14/video_codec/ti-img-encode-decode/tirtos/decoder/../../driver/decoder/hw_control.c: !(0) : failed !!!
[MCU2_1] 20.060645 s: Assertion @ Line: 4349 in /home/gtbldadm/nightlybuilds/repo_manifests/scripts/jenkins/coresdk_rtos_jacinto_07_01_05_14/video_codec/ti-img-encode-decode/tirtos/decoder/../../driver/decoder/decoder.c: !(ret == (0)) : failed !!!
[MCU2_1] 20.060735 s: Assertion @ Line: 4349 in /home/gtbldadm/nightlybuilds/repo_manifests/scripts/jenkins/coresdk_rtos_jacinto_07_01_05_14/video_codec/ti-img-encode-decode/tirtos/decoder/../../driver/decoder/decoder.c: !(ret == (0)) : failed !!!
[MCU2_1] 20.060827 s: Assertion @ Line: 367 in /home/gtbldadm/nightlybuilds/repo_manifests/scripts/jenkins/coresdk_rtos_jacinto_07_01_05_14/video_codec/ti-img-encode-decode/tirtos/decoder/../../driver/decoder/core.c: !(ret == (0)) : failed !!!
[MCU2_1] 20.060942 s: Assertion @ Line: 367 in /home/gtbldadm/nightlybuilds/repo_manifests/scripts/jenkins/coresdk_rtos_jacinto_07_01_05_14/video_codec/ti-img-encode-decode/tirtos/decoder/../../driver/decoder/core.c: !(ret == (0)) : failed !!!
[MCU2_1] 20.061026 s: decoder_service_firmware_response failed
[MCU2_1] 20.061091 s: [TID=0x00110001] [DECODE_FAILED]
The output for the encoder test looks similar.
I was not able to determine the reason for this issue.