How to connect the mcp251x driver on the OrangePI PC?
I make new kernel (Debian 8.7 (jessie)) with can-bus modules and mcp251x module.
Has connected MCP2515 according to the following scheme.
GND (PIN30 OPI) ---> GND MCP2515
VCC+5V (PIN2 OPI ---> VCC MCP2515
PC00 (PIN19 OPI) ---> SI MCP2515
PC01 (PIN21 OPI) ---> SO MCP2515
PC02 (PIN23 OPI) ---> SCK MCP2515
CE00 (PIN24 OPI) ---> CS MCP2515
PA20 (PIN37 OPI) ---> INT MCP2515
All modules are loaded, but the can0 device doesn't appear.
modprobe can
modprobe can-dev
modprobe can-bcm
modprobe can-gw
modbrobe mcp251x