Trying to get a PEAK systems linux device driver working, so we can communicate with CAN devices using the PEAK USB-CANbus device.
We obtained the latest device driver for linux (Linaro 13.04), but were unable to load this driver, receiving the error message :-
FATAL: Could not load /lib/modules/3.13.0-00298-g3c7cbb9-dirty/modules.dep: No such file or directory
I know this is a long shot, but does anybody have any experience getting a driver loaded into this particular OS.
We picked this particular one because we’d like to run “mono” on the linux, so we can actually run our c# .NET programs on the SOC, with having to port them directly to linux. We have this all working, but one of the programs needs to access the CAN interface
Thanks (in advance).