I am trying to use the CAN device with the Linux SDK that came with the EVM.
I have followed the guidelines and instructions at on the DCAN wiki, but I cannot get the system to register a "can0" device. Running "ifconfig -a" or "ip link show" only shows eth0, lo, and wlan0.
I have tried the prebuilt SD card, as well as compiling the kernel myself with and without the DCAN drivers as modules.
The modules are loaded, showing up in /sys/modules/.
Any ideas on what to try next? What output can I provide that would help?