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.

DSPLink : PROC_setup() failed with OMAP-L138 eXperimenter Kit

Other Parts Discussed in Thread: OMAP-L138, OMAPL138

Hello,

I am using OMAP-L138 eXperimenter Kit. Linux 2.6.33-rc4 is running on the ARM side.

I am using the following versions :  DaVinci PSP SDK 0.3.20.00.11 and dsplink 1_65_00_02

I successfully rebuilt the linux kernel and uImage. Then i built the DSPLink component using the new uImage built just before.

Then I tried to do the example application using DSP Link on OMAPL1x coming from here :

http://processors.wiki.ti.com/index.php/Example_application_using_DSP_Link_on_OMAPL1x.

I loaded successfully the dsplink module dsplinkk.ko as you can see below, but when i launch the example, i get the following error : PROC_setup () failed. Status = [0x80008008]

***************************************

root@da850-omapl138-evm:/opt/dsplink_test# insmod dsplinkk.ko                  
DSPLINK Module (1.65.00.02) created on Date: Oct  8 2010 Time: 16:45:15        
root@da850-omapl138-evm:/opt/dsplink_test# rm -f /dev/dsplink                  
root@da850-omapl138-evm:/opt/dsplink_test# mknod /dev/dsplink c 230 0          
root@da850-omapl138-evm:/opt/dsplink_test# ./helloDSPgpp helloDSP.out 2        
========== Sample Application : helloDSP ==========                            
Entered helloDSP_Create ()                                                     
PROC_setup () failed. Status = [0x80008008]                                    
Leaving helloDSP_Create ()                                                     
Entered helloDSP_Delete ()                                                     
Assertion failed (IS_VALID_MSGQ (msgqQueue)). File : msgq.c Line : 484         
MSGQ_release () failed. Status = [0x8000800b]                                  
Assertion failed (IS_VALID_MSGQ (msgqQueue)). File : msgq.c Line : 335         
Leaving helloDSP_Delete ()                                                     
====================================================

***************************************

If anybody can help me...

Thanks

Regards

Alex