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 Failed to load in EZSDK5.04

Does anyone know What happened to cmem driver in SDK 5.04?

When I tried to install cmem driver with
modprobe cmemk phys_start=0x96C00000 phys_end=0x98000000,

I got an error message as following. It works perfectly in 5.03.

Thanks for any input and help.

-Perry
------------------------------------
root@dm816x-evm:~/TICode/graphics/StreamTexture# modprobe cmemk phys_start=0x96C00000 phys_end=0x98000000
CMEMK module: built on Apr 29 2012 at 20:45:57
  Reference Linux version 2.6.37
  File /swcoe/sdk/cm/netra/arago-tmp/work/dm816x-evm-none-linux-gnueabi/ti-linuxutils-1_3_22_00_02-r4d/linuxutils_3_22_00_02
/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
CMEMK Error: CMEM phys_start (0x96c00000) overlaps kernel (0x80000000 -> 0xa7e00000)
FATAL: Error inserting cmemk (/lib/modules/2.6.37/kernel/drivers/dsp/cmemk.ko): Invalid argument
root@dm816x-evm:~/TICode/graphics/StreamTexture# 

------------------------------------