HI everyone.
I just started using the DM355EVM and I have some problem to load the cmemk module.
I want to start the TI demo and so I recompile the kernel (2.6.10) and cmemk module. I don't have error but a strange end terminal output :
HOST # make ARCH=arm CROSS_COMPILE=arm_v5t_le- INSTALL_MOD_PATH=/home/roche/workdir/filesys modules_install
INSTALL drivers/input/evdev.ko
INSTALL drivers/net/ppp_async.ko
INSTALL drivers/net/ppp_deflate.ko
INSTALL drivers/net/ppp_generic.ko
INSTALL drivers/net/ppp_synctty.ko
INSTALL drivers/net/slhc.ko
INSTALL drivers/net/tun.ko
INSTALL fs/autofs4/autofs4.ko
INSTALL fs/exportfs/exportfs.ko
INSTALL fs/nfsd/nfsd.ko
INSTALL fs/nls/nls_ascii.ko
INSTALL fs/nls/nls_utf8.ko
INSTALL fs/smbfs/smbfs.ko
INSTALL fs/xfs/xfs.ko
INSTALL lib/crc-ccitt.ko
if [ "arm_v5t_le-" = "" ]; then \
if [ -r System.map ]; then \
"/sbin/"depmod -ae -F System.map -b /home/roche/workdir/filesys -r 2.6.10_mvl401;fi;fi
And went I try to start "./loadmodules.sh", I have a version error.
# ./loadmodules.sh
insmod: cannot insert `cmemk.ko': File exists (-1): File exists
dm350mmap: disagrees about version of symbol davinci_request_dma
dm350mmap: Unknown symbol davinci_request_dma
insmod: cannot insert `dm350mmap.ko': Unknown symbol in module (-1): No such file or directory
I don't understand, I use dvsdk_1_30_01_41 ; dm355_codecs_1_13_000 ; codec_engine_2_00_01 ; cmem_2_00_01 and mvl_4_0_1_demo_lsp_setuplinux_01_20_00_014
File cmemk.ko and dm350mmap.ko are in same directory than loadmodules.sh
I've been checking the forum and google, but haven't find solution. I hope that someone can help me.
Excuse me for my bad english and thanks you for responce
Guillaume