I am using the EVM OMAP L-138, and trying to start the DSPLINK samples, like the loop sample.
I've build OK, the dsplink to my board.
But when I download the sample to the board, I found a error, link this:
=============== Sample Application : LOOP ==========
==== Executing sample for DSP processor Id 0 ====
Entered LOOP_Create ()
PROC_attach failed . Status = [0x80008008]
Leaving LOOP_Create ()
Entered LOOP_Delete ()
CHNL_freeBuffer () failed (output). Status = [0x80008008]
CHNL_delete () failed (input). Status = [0x80008000]
CHNL_delete () failed (output). Status = [0x80008000]
Leaving LOOP_Delete
I didn't change any memory configurations, that are my bootargs:
setenv serverip 10.1.25.59
setenv bootargs mem=32M console=ttyS2,115200n8 root=/dev/ram0 rw initrd=0xc1180000,8M ip=off
setenv bootcmd 'tftp 0xc0700000 uImage; tftp 0xc1180000 ramdisk.gz; bootm 0xc0700000'
setenv autoload no
dhcp
boot
I am using DSP Link 1.65, Davinci-PSP-SDK-03-20-00-11, TI-CGT-C6000-6-1-9
To compile, I am using ubuntu 10 with kernel 2.6.32-22