Hi! I'm new in the area and I'm currently running dsplinkk.ko (1.65) on linux 3.5 on gumstix overo . The kernel module is cross compiled and successfully installed but when I'm running a loop example I got errors:
user@overo:~/dsplink/release$ sudo ./loopgpp loop.out 1 0
=============== Sample Application : LOOP ==========
==== Executing sample for DSP processor Id 0 ====
Entered LOOP_Create ()
[ 2138.874237] DSP_init status [0x8000800c]
[ 2138.882537] Assertion failed (dspState->halObject != NULL). File : /home/lexu/TI/export/dsplink_linux_1_65_00_03/dsplink/gpp/src/../../gpp/src/arch/OMAP3530/omap3530.c Line : 650
PROC_attach fail[ 2138.937744] Assertion failed (PMGR_CHNL_IsInitialized [procId]). File : /home/lexu/TI/export/dsplink_linux_1_65_00_03/dsplink/gpp/src/../../gpp/src/pmgr/pmgr_chnl.c Line : 393
ed . Status = [0x8000800c]
Leaving LOOP_Create ()
Entered LOOP_Delete ()
CHNL_freeBuffer [ 2138.988250] Assertion failed (PMGR_CHNL_IsInitialized [procId]). File : /home/lexu/TI/export/dsplink_linux_1_65_00_03/dsplink/gpp/src/../../gpp/src/pmgr/pmgr_chnl.c Line : 302
() failed (output). Status = [0x80008008]
CHNL_delete () f[ 2139.045471] Assertion failed (PMGR_CHNL_IsInitialized [procId]). File : /home/lexu/TI/export/dsplink_linux_1_65_00_03/dsplink/gpp/src/../../gpp/src/pmgr/pmgr_chnl.c Line : 302
ailed (input). Status = [0x80008000]
CHNL_delete () failed (output). Status = [0x80008000]
Leaving LOOP_Delete ()
====================================================
In the config file CHNL has been set to 0. Did anyone use to have the same problem? Thanks!