Hello,
We are trying to run the demo application included in the DM8168 DVR RDK. When running the load script (./load.sh) we get the following errors:
root@dvr:/opt/dvr_rdk/ti816x# ./load.sh
Attached to slave procId 2.
Loaded file ../firmware/dvr_rdk_fw_m3vpss.xem3 on slave procId 2.
Started slave procId 2.
After Ipc_loadcallback status [0x00000000]
After Ipc_startcallback status [0x00000000]
Attached to slave procId 1.
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2561 in file /home/min/DVR_RDK_BASE/DVRRDK_01_09_00_19/ti_tools/syslink/syslink_2_00_04_83/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
repeats the same error (0x6a85000) ~ 20 times, then it hangs with:
Loaded file ../firmware/dvr_rdk_fw_m3video.xem3 on slave procId 1.
Started slave procId 1.
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2561 in file /home/min/DVR_RDK_BASE/DVRRDK_01_09_00_19/ti_tools/syslink/syslink_2_00_04_83/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
*** _ProcMgr_map: All memEntries slots are in use!
Error [0x6a85000] at Line no: 2561 in file /home/min/DVR_RDK_BASE/DVRRDK_01_09_00_19/ti_tools/syslink/syslink_2_00_04_83/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/procMgr/common/ProcMgr.c
After Ipc_loadcallback status [0x00000000]
We have tried increasing the ProcMgr_MAX_MEMORY_REGIONS as described here:
http://e2e.ti.com/support/embedded/bios/f/355/t/136229.aspx
but we still get the same errors. Any advice or direction would be appreciated.
Thanks!
Aaron