I have an error when running c6accel test app on beagleboard:
" Loading and starting DSP server 'c6accel_omap3530.x64P' FAILED, status=[0x80008052] (look for error code 'DSP_EBASE + 0x52' in dsplink*/packages/dsplink/gpp/inc/usr/errbase.h) "
I understand this error indicates the memory configuration mismatch between ARM-side and DSP-side, but I don't know how to correct it. Can anyone tell me the correct procedure to configure the memory map?
My settings and what I have done are:
1. DVSDK4.0,
2. change the memory map in <dvsdk_dir>/c6accel_1_01_00_01/soc/packages/ti/c6accel_unitservers/omap3530/server.tcf
3. build: in <dvsdk_dir>
# make c6accel
# make c6accel_install
What other files I need to change to reflect my system memory configuration?
Thanks!