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.

DVSDK Problem

Other Parts Discussed in Thread: OMAP3530

Hi,

 I am trying to rebuild DVSDK ( beta release 2  from TI) for Beagle board.  These are the following i am using

1). DVSDK_setuplinux_3_00_00_29.bin

2).OMAP35X_SDK_setuplinux_1_0_2.bin

   I am using omap kernel 2.6.22 cross compiled for Beagle Board (BB).

and for rebuilding DVSDK for BB , i modified the Rules.make file wich is under the DVSDK. I compiled like following.

# make o3530_al

#make o3530_al install

I got the example binaries and i copied the nfs rootfile system on SD card along with example binaries , then i booted BB. ( While compiling i observed " nothing to be done with o3530_al' , but there was no "ERRORS").

When i try to run examples

[root@OMAP3EVM dvsdk]# ./image_encode_io1_omap3530.x470MV -c jpegenc -e encode -i Input_422.yuv -o
 out.jpeg -r 768x512
 
  Starting application...
  Failed to determine target board
  End of application....

 I am getting above problem . Can any one please help me.

Thanks&Regards

deemoses

 

 

 

  • HI

    We have the same problem on OMAP3530 board (overo), Failed to determine target board.

    We have launched examples demos, video_encode_io1_omap3530.x470MV

    root@overo:/usr/share/ti/dmai-apps# ./video_encode_io1_omap3530.x470MV -c h264en
    c -e encode -i /home/root/BigBuckBunny_640x360.m4v -o test.264 -r 720x480
    Starting application...
    Failed to determine target board
    End of application.

     

    Anyone can help

    Thanks

    amine

  • In both of your cases, it appears you are attempting to use software tested on Mistral OMAP EVM on other OMAP based boards, hence the "Failed to determine target board" errors.  Unfortunately, our software is tested and supported on Mistral EVM.