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 compilation for beagle board

Other Parts Discussed in Thread: OMAP3530

Hi ,

 

I am using Beagle Board and Angstrom Filesystem . Angstrom Filesystem is compatible for 2.6.28 kernel , they have supplied , encodeCombo.x264P and decodeCombo.x264P as well as video_encode_io1_omap3530.x470MV and video_decode_io2_omap3530.x470MV which are working properly. It looks like dvsdk 3_00_00_29 which is working on Mistral OMAP3530 board with kernel 2.6.22.18 supplied by TI but if I take these codec Engine combos and sample app then nothing is working on Beagle Board and giving the error as Failed to determine the target board. I want to compile dvsdk 3_00_00_29 for Beagle Board. How is it possible? Can I use the sample app for Mistral on BeagleBoard?

It looks OE provides Gstreamer to access the cmemk,dsplink to encode and decode video. However I got gstreamer supplied by TI but how to link it with dvsdk_3__00__00__29 and how to compile. How does gstreamer helps in encode, decode and display on display monitor connected with Beagle Board.

Regards, Vineet

  • Vineet said:
    I want to compile dvsdk 3_00_00_29 for Beagle Board. How is it possible?

    The DVSDK is only tested against the Mistral EVM board, so this may or may not be possible (well at least without some porting effort), this is possibly a better question for the beagleboard.org community.

    Vineet said:
    Can I use the sample app for Mistral on BeagleBoard?

    Similar to above, this may or may not be possible, it is only really tested and supported on the EVM, if anything it would be an incompatibility with drivers or kernel version.

    Vineet said:
    How does gstreamer helps in encode, decode and display on display monitor connected with Beagle Board.

    GStreamer is a multimedia framework so it does a number of things, primarily the features it adds in my view are the ability to handle AV sync and commonly used AV container formats. I believe the gstreamer.ti.com project is primarily being tested on the OMAP3 EVM much like the DVSDK, though I have seen some discussion about using it on a Beagle Board, you may want to look through some of the beagleboard.org discussions.