Hello!
I used kernel sources for my device from git://gitorious.org/devkit8000/linux-omap-devkit8000.git
I recompiled modules sdmak, cmemk, dsplinkk, lpm_omap3530.ko. They starts ok.
Running /usr/share/ti/gst/omap3530/loadmodules.sh[ 51.053039] CMEMK module: built on Jun 22 2012 at 15:33:52 [ 51.058837] Reference Linux version 2.6.38 [ 51.063354] File /home/chet/devkit8000/linuxutils_3_21_00_04/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c [ 51.076690] allocated heap buffer 0xc7000000 of size 0x53d000 [ 51.082763] cmemk initialized [ 51.183105] DSPLINK Module (1.65.01.06) created on Date: Jun 22 2012 Time: 17:46:06 [ 51.292999] SDMAK module: built on Jun 22 2012 at 16:21:42 [ 51.298858] Reference Linux version 2.6.38 [ 51.303375] File /home/chet/devkit8000/linuxutils_3_21_00_04/packages/ti/sdo/linuxutils/sdma/src/module/sdmak.c done
root@beagleboard:/home/c6accel-apps# lsmod Module Size Used by sdmak 3691 0 lpm_omap3530 6385 0 dsplinkk 123194 1 lpm_omap3530 cmemk 20119 0
But I have 2 error
* FATAL: Module omaplfb not found.
* FATAL: Module bufferclass_ti not found
So I tried to execute c6accel sample app and I got error
app: C6accel_create() failed
with CE_DEBUG=2 I got this in logs (see attachments)
Loading and starting DSP server 'c6accel_omap3530.x64P' FAILED, status=[0x80008050] (look for error code 'DSP_EBASE + 0x50' in dsplink*/packages/dsplink/gpp/inc/usr/errbase.h)
Would you please help me with this issue?
P.S. my device is devkit8000. I used DVSDK for omap3530 but some packages I updated to the new version (with 2.6.38 kernel support)