I began to look at the demos, and I am trying to run the encodedecode application on the Eval Board through the command line, I am trying to follow the steps laid out on Page 3-8 of the Getting Started Guide.
First the location /opt/dvsdk/dm355 didn’t exist so I manually copied the files over into the appropriate directory on the host. When this was done, I went to minicom and checked if the files showed up and they did. But when I tried calling ./loadModules.sh I get the following errors:
Insmod: can’t read ‘cmemk.ko’: No such file or directory
./loadmodules.sh: line 6: ./mapdmaq: No such file or directory
Insmod: can’t read ‘dm350mmap.ko’: No such file or directory
Mknod: wrong number of arguments
Is there something that I am missing or forgetting to do?
Thanks in advance!