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.

CMEM configuration

Hello,

Where can I find a proper description how to configure CMEM module to launch example-application (from DVSDK) and any other applications without any problems and errors caused by inappropriate memory mapping?

I tried to launch it without configuring pools (all to heap) but still it doesn't work... The command to upload the module was:

modprobe cmemk phys_start=0x83C00000 phys_end=0x88000000 allowOverlap=1 useHeapIfPoolUnavailable=1

What is the problem with it?