Tool/software: Linux
I know there's no support for DCAN drivers in AM437x starter kit by default, but I want to add this support just for SOFTWARE purpose.
I reconfigured the Linux kernel and recreated zImage, modified the device tree file am437x-sk-evm.dts by copying related code (dcan0 and dcan1) from am437x-gp-evm.dts and copied the compiled dtb file into the boot directory on the target system.
However, I failed to add can0 and can1 in /dev through the above steps. So I couldn't do any software testing on my am437x starter kit eval board.
What else should I do to achieve my goal?