Can any one gives a suggestion on this?
[Issue] Dm6467 codec engine example failed in running
[Description]
The prebuild codec engine example runs successfully, while the application file built by me failed.
[Test step]
1.Copy files under directory /opt/dvsdk_1_40_02_33/codec_engine_2_10_02/examples/apps/sanity_test/davinci/DM6467/
app.out video_copy.x64P to the NFS and run ./app.out on the target.
2. Build the project under directory and copy below file to NFS, /opt/dvsdk_1_40_02_33/codec_engine_2_10_02/examples/ti/sdo/ce/examples/servers/video_copy/evmDM6467/video_copy.x64P
/opt/dvsdk_1_40_02_33/codec_engine_2_10_02/examples/ti/sdo/ce/examples/apps/video_copy/dualcpu/evmDM6467/app.out
then run ./app.out on the target
3. Replace the app.out in step 2 by by the one in step 1,then run ./app.out on the target
[Result]
1.Pass
# ./app.out
App-> Application started.
[DSP] @0x0000024e:[T:0x00000000] servers.video_copy.evmDM6467 - main> Welcome t.
CEapp-> Allocating contiguous buffer for 'input data' of size 1024...
CEapp-> Allocating contiguous buffer for 'encoded data' of size 1024...
CEapp-> Allocating contiguous buffer for 'output data' of size 1024...
App-> Processing frame 0...
App-> Processing frame 1...
App-> Processing frame 2...
App-> Processing frame 3...
App-> Processing frame 4...
App-> Finished encoding and decoding 4 frames
App-> Application finished successfully.
2. Failed
# ./app.out
video copy begin
App-> Application started.
@0x000ca2f4:[T:0x40946b60] OP - Processor_create_d> Loading and starting DSP se
@0x000ca4b2:[T:0x40946b60] OP - Processor_delete_d> Closing remote transport FA.
@0x000ca54c:[T:0x40946b60] OP - Processor_delete_d> Stopping DSP FAILED, status0
@0x000ca5cc:[T:0x40946b60] OP - Processor_delete_d> Closing pool FAILED, status0
@0x000ca62d:[T:0x40946b60] OP - Processor_delete_d> Detaching from DSP FAILED, 0
@0x000ca68b:[T:0x40946b60] OP - Processor_delete_d> Destroying DSP FAILED, stat0
@0x000ca70e:[T:0x400176d8] CE - rserverOpen: can't start 'video_copy.x64P'; Prod
CEapp-> ERROR: can't open engine video_copy
App-> Application FAILED.
3. Pass the same as step 1.