what does this error means?I installed gstreamer using this tutorial:
http://processors.wiki.ti.com/index.php/DMAI_GStreamer_Plug-In_Getting_Started_Guide
but instead of pointing to dvsdk 3 I pointed to dvsdk 4 because I'm running the DM368 with dvsdk 4, and I want to run gstreamer on it.
# lsmod
# pwd
/opt/gstreamer_demo/dm365
# ./loadmodules.sh
cmemk: disagrees about version of symbol module_layout
insmod: can't insert 'cmemk.ko': invalid module format
irqk: disagrees about version of symbol module_layout
insmod: can't insert 'irqk.ko': invalid module format
edmak: disagrees about version of symbol module_layout
insmod: can't insert 'edmak.ko': invalid module format
dm365mmap: disagrees about version of symbol module_layout
insmod: can't insert 'dm365mmap.ko': invalid module format
BusyBox v1.18.3 (2011-08-31 20:20:52 EDT) multi-call binary.
Usage: mknod [-m MODE] NAME TYPE MAJOR MINOR
Create a special file (block, character, or pipe)
Options:
-m MODE Creation mode (default a=rw)
TYPE:
b Block device
c or u Character device
p Named pipe (MAJOR and MINOR are ignored)
#