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.

RidgeRun SDK for DM365

Hi,

I am trying to compile the new RidgeRun SDK 2011Q2 for my DM365 board.

The SDK patches a lot of files from the TI's DVSDK 4.0 but it gets stuck when it comes to the file "gsttidmaivideosink.c". The patch tries to add "PRGB" as an extra video mode, but the patch cannot identify the correct lines to change.

I am using the RidgeRun SDK 2011Q2, CodeSourcery Toolchain 2009q1, TI DVSDK 4.02.00.06

Can someone help me here?

The compilers output is:

    Entering proprietary_src...
      Checking dependencies for dvsdk-4_02_00_06
      Compiling and installing dvsdk-4_02_00_06...
      Checking dependencies for gst-dmai-plugins
      Compiling and installing gst-dmai-plugins...

Merging arch patches into the series...
        Applying quilt patches
Wende Patch arch/prgb_tidmaivideosink_support.patch an
patching file src/src/gsttidmaivideosink.c
Hunk #1 FAILED at 196.
Hunk #2 succeeded at 1634 with fuzz 2 (offset 1087 lines).
Hunk #3 FAILED at 715.
2 out of 3 hunks FAILED -- rejects in file src/src/gsttidmaivideosink.c
Patch arch/prgb_tidmaivideosink_support.patch l�sst sich nicht anwenden (erzwingen mit -f)


Thanks,

Sebastian

  • Hi,

    It looks like a problem at the gst-dmai plugins patches, please take a look at your dmai patches located at:

    LeopardBoardDM365sdkEVAL2011Q2/proprietary/gst-dmai-plugins/patches

    "svn st" will inform if that patch was modified

    svn st

    search for something like:

    M       prgb_tidmaivideosink_support.patch

    If the patch was not modified, probably the gst-dmai-plugs src was modified and the patch cant be applied, clean your gst-dmai-plugins in that case, you will need to clean your gst-dmai-plugins directory at:

    LeopardBoardDM365sdkEVAL2011Q2/proprietary/gst-dmai-plugins/


    Use "make distclean" command at THAT directory

    make distclean

     

    Carlos.

  • Hi Carlos,

    it worked.... I had to clean both dvsdk and the gst-dmai-plugin and set the SDK's configuration back to default.

    Thank you for your support.

    Sebastian