Hello,
I've had the demos running successfully with a DM6446 EVM, and am now trying to get a DM355 EVM working. I am re-using the same linux host running redhat with a TFTP server and NFS configuration. I have not installed any of the software from the DM355 as I understand it is the same. Both are running u-boot 1.2.0. Both are running a pre-built linux image from the same location, dvsdk_1_30_01_41/PSP_01_20_00_014/bin/dmXXXX/uImage-dmXXXX. I modified Rules.make to have platform=dm355, and I have done a 'make clean', 'make', 'make install'. On the DM355, I get the following error at loadmodules:
-----------------------------------------------------------
root@192.168.0.11:/opt/dvsdk/dm355# ls
cmemk.ko decode.txt encode encodedecode.txt mapdmaq
data dm350mmap.ko encode.txt interface thirdpartydemos
decode dvevmdemo encodedecode loadmodules.sh web
root@192.168.0.11:/opt/dvsdk/dm355# ./loadmodules.sh
cmemk: disagrees about version of symbol class_simple_device_add
cmemk: Unknown symbol class_simple_device_add
cmemk: disagrees about version of symbol class_simple_destroy
cmemk: Unknown symbol class_simple_destroy
cmemk: disagrees about version of symbol class_simple_create
cmemk: Unknown symbol class_simple_create
insmod: error inserting 'cmemk.ko': -1 Unknown symbol in module
insmod: error inserting 'dm350mmap.ko': -1 File exists
root@192.168.0.11:/opt/dvsdk/dm355# lsmod
Module Size Used by
dm350mmap 5204 0
-----------------------------------------------------------
Any thoughts where I can look?
Thanks in advance!