[:(]
I am having a problem to set up my Linux environment to use DVTB in my DM357EVM:
root@192.168.1.153:/opt/dvsdk/dm357# ./dvtb_loadmodules.sh
CMEMK Error: CMEM phys_start (0x89000000) overlaps kernel (0x81000000 -> 0x8f800000)
insmod: error inserting 'cmemk.ko': -1 Invalid parameters
I am using NFS filesystem.
I could compile DVTB in my linux host ( Ubuntu 9.04 ) and the modules dvtb-r and dvtb-d created.
But, if I try to execute the script above, the message error appears.
In time, the cmemk.ko and dsplinkk.ko modules are in the same folder of the dvtb_loadmodules.sh script.
Without this set up, the DVTB runs but can not execute any decoder.
Any ideas?