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.

Building DSPLink on rowboat-android for OMAP3530

Hello All,

We are  trying to build dsplink sample application on Android platform. We found some useful links 

1. https://code.google.com/p/rowboat/wiki/DSP#Building_and_Testing_DSP_stack:

2.http://e2e.ti.com/support/embedded/linux/f/354/t/179862.aspx .But all methods fails.

Steps we followed were mentioned below.

1. Install rowboat android from repo init -u git://gitorious.org/rowboat/manifest.git -m rowboat-gingerbread-dsp.xml

2. But rowboat-android/external/ti-dsp folder not found

3. So download dvsdk_omap3530-evm_4_01_00_09_setuplinux.bin file

4. Copy the file to rowboat-android/external/ti-dsp folder

5. Build the android using "make TARGET_PRODUCT=beagleboard BUILD_WITH_GST=true dvsdk "

But error occured. Error is No rule to make for dvsdk.

So we install the dvsdk package in to machine

6. cd rowboat-android/external/ti-dsp folder

7. ./dvsdk_omap3530-evm_4_01_00_09_setuplinux.bin file --forcehost

8. Installation was complete.

9. Again build using "make TARGET_PRODUCT=beagleboard BUILD_WITH_GST=true dvsdk "

10. But same error occured.

We are waiting for support from community on this issue.

  • In the meantime i try to compile with "make TARGET_PRODUCT=beagleboard BUILD_WITH_GST=true -C external/ti-dsp " The dsplink samples  are compiled and binaries are created at dsplink/DEBUG Folder.

    ON development Board

    1. Copy dsplink.ko, messagegpp and message.out to /data folder

    2 .insmod dsplink.ko [Driver insert successfully]

    3. when i run the example 

     ./messagegpp message.out 10 0

    4. Error occured, the errror is 

        messagegpp - No Such File . It seems there is some difference in the resultant binary format

    We are waiting for the fast response.