Hey! I have a boad called devkit8000 which is Similar to TI_EVM.I want ro run the dsp of omap3530.I have followed the article "Getting Started Guide for OMAP35xx DVSDK WinCE 100.pdf" to setup dvsdk on my PC and compile the project DVSDK with TI_EVM_3530_BSP. As a result,in the release director, there are the neccessary files. Such as NK.bin, EbootSD.nb0, MLO, dsplinkk.dll , H264decoder.dll and so on.Then I copy these Image to SDcard , boot my system and run the application video_decode_io2_omap3530.exe. The command line is as follows:
video_decode_io2_omap3530 -c h264dec -i davincieffect_ntsc.264 -o davincieffect_ntsc.264.yuv -n 50
and the result infomation is as follows:
______________________________
Starting application...
Failded to Create loader
End of application.
______________________________
Can you tell me what's wrong with my operation, how can I run the Demo correctly? Any thanks!