On the console do: lsmod

You should see something like:

can_raw                 7618  3
can                    31379  1 can_raw
mcp2515                 8341  0
mcp251x                12797  0
c_can_platform          7581  0
c_can                  12220  1 c_can_platform
can_dev                14358  3 c_can,mcp2515,mcp251x

If mcp251x is there the driver is loaded.  You can do an ifconfig -a to 
show if active too.

To bring up the interface you can check here: 
http://elinux.org/Bringing_CAN_interface_up

Travis

On Tuesday, November 29, 2016 at 6:20:59 AM UTC-5, [email protected] wrote:
>
> Hi,
>
> I am trying to get an MCP2515 running on SPI1.0. I can successfully load 
> the .dtbo,  found the device under /sys/bus/spi/devices/spi1.0, but 
> couldn't seem to get the CAN bus running. Does anyone know if the driver is 
> already compiled into the kernel? Or if I need to do something to activate 
> it?
>
> Thanks for the help!
>
> Regards,
>
> Ricky Chang
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/1cfc39b1-cd26-414f-b674-e4b18dfa68f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to