This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CE example error

Hi,

I am trying to build the examples in the CE of DVSDK package. Got an error when running app.out of video_copy? Any hints to fix it? Thanks.

 

[root@OMAP3EVM sheng_test]# ./app.out
App-> Application started.
Configuration error: Exceeded maximum number [31] of Translation  Look-aside Buffers.
@0x000c19a7:[T:0x40964490] OP - Processor_create_d> Loading and starting DSP server 'video_copy.x64P' FAILED, status=[0x80008052] (look for error code 'DSP_EBASE + 0x52' in dsplink*/packages/dsplink/gpp/inc/errbase
.h)
@0x000c1ad8:[T:0x40964490] OP - Processor_delete_d> Closing remote transport FAILED, status=0x80008002.
@0x000c1b15:[T:0x40964490] OP - Processor_delete_d> Stopping DSP FAILED, status=0x80008002
@0x000c1b52:[T:0x40964490] OP - Processor_delete_d> Closing pool FAILED, status=0x80008000
@0x000c1b8f:[T:0x40964490] OP - Processor_delete_d> Detaching from DSP FAILED, status=0x80008000
@0x000c653b:[T:0x4001cfb0] CE - rserverOpen: can't start 'video_copy.x64P'; Processor_create failed
CEapp-> ERROR: can't open engine video_copy
App-> Application FAILED.