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.

Help required while running codec application on DSP bridge

Hello All,
 I would like to change the EXTMEM to suit my codec requirements using
the DSP bridge on beagle board.
 Currently, I modified dsp/tconf/modules/shm.tci as follows:
if(dspbridge.module("BRIDGE").C64P)
{
 ....
 _EXTMEMSIZE=0X0120030C
.....

}

and the changes got refelcted in  ddspbase_tiomap3430_x64p.map,
         name            origin    length      used     unused
attr    fill
----------------------  --------  ---------  --------  --------  ----
--------
  IRAM                  107f8000   00008000  00000000  00008000  RWIX
  CACHE_L2              10800000   00010000  00000000  00010000  RWIX
  CACHE_L1P             10e00000   00008000  00000000  00008000  RWIX
  L1DSRAM               10f04000   00010000  00010000  00000000  RWIX
  CACHE_L1D             10f14000   00004000  00000000  00004000  RWIX
  SHMMEM                11000000   00100000  00100000  00000000  RWIX
  SHMSEG0               11100000   00001000  00001000  00000000  RWIX
  SHMSEG0_GPP           11101000   00001000  00001000  00000000  RWIX
  BRIDGE_TRACE          11102000   0000e000  00002004  0000bffc  RWIX
  DYNEXTMEM             20000000   00010000  00000000  00010000  RWIX
  EXTMEM                20010000   0120030c  01086c97  00179675  RWIX
When i run the  ./cexec.out ddspbase_tiomap3430.dof64P
I am getting the following error :
root@beagleboard:/home/trials# ./cexec.out ../test_dsp/
ddspbase_tiomap3430.dof64
P
DSP device detected !!
////////DSPProcessor_Start succeeded.---->this statement is missing
Hit any key to terminate cexec.
So I'm stuck in this point.
Please help me out... Thanks in advance..