I am running into an error trying to run the Syslink sample programs provided in the SDK with Syslink v 2_00_00_56. I was able to successfully compile both the HLOS and RTOS side applications but when I try to run procmgr.exe on the notify sample xe674 I get an error on ProcMgr_load() shown below. I tried loading several of the DSP samples and each seem to hit the same error at ProcMgr_load(). I tried disabling all video driver related modules as indicated by the install guide but the error still occurs.
Do I need to do any additional config such as enabling something in the PRCM to get the c674 to run? I am using the syslink.ko module shipped with the sdk, do I need to recompile it?
Thanks in advance.
root@c6a816x-evm:/usr/bin# procmgrapp.exe 0 /notify_ti81xx_dsp.xe674
ProcMgrApp sample application
Entered ProcMgrApp_startup
ProcMgr_attach status: [0x97d2000]
After attach: ProcMgr_getState
state [0x1]
Error in ProcMgr_load [0x83046005]
Leaving ProcMgrApp_startup
Press enter to continue and perform shutdown ...
Entered ProcMgrApp_shutdown
Assertion at Line no: 127 in /Arago/netra/arago-tmp/work/c6a816x-evm-none-linux-gnueabi/ti-syslink-02_00_00_56-r1i/syslink_02_00_00_56_alpha2/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/utils/hlos/Memory.c: (size > 0) : failed
Assertion at Line no: 261 in /Arago/netra/arago-tmp/work/c6a816x-evm-none-linux-gnueabi/ti-syslink-02_00_00_56-r1i/syslink_02_00_00_56_alpha2/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/utils/hlos/knl/osal/Linux/MemoryOS.c: (size > 0) : failed
Assertion at Line no: 304 in /Arago/netra/arago-tmp/work/c6a816x-evm-none-linux-gnueabi/ti-syslink-02_00_00_56-r1i/syslink_02_00_00_56_alpha2/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/ipc/hlos/knl/Linux/IpcDrv.c: (status >= 0) : failed
Ipc_control Ipc_CONTROLCMD_STOPCALLBACK status: [0xffffffff]
ProcMgr_stop status: [0x6a85000]
After stop: ProcMgr_getState
state [0x2]
ProcMgr_unload status: [0x8485f003]
After unload: ProcMgr_getState
state [0x2]
ProcMgr_detach status: [0x6a85000]
After detach: ProcMgr_getState
state [0x0]
ProcMgr_close status: [0x0]
Leaving ProcMgrApp_shutdown
root@c6a816x-evm:/usr/bin#