Hi everybody, I have another question as I'm still not able to read any packets from my CAN Device. I think it has to do with the bitrate. In the docs it say 20kBit/s should be used for my device and when I test with my USB to CAN it works. But what is the correct parameter I need to use on the rpi?...
Gerd, I repeated my steps without rpi-update and I get rid of the module problem. Thanks! After extracting the archive and depmod -a I did: modprobe spi-bcm2708 modprobe can modprobe can-dev modprobe can-raw modprobe can-bcm modprobe spi-config devices=\ bus=0:cs=0:modalias=mcp2515:speed=10000000:gp...
My Kernel is currently 3.10.25+.
I used the rpi_can_310x_spi_dma.tar.xz from your site and as far as I can see it includes the modules for this kernel too. Did I missunderstand that?
Hello, I tried to bring up my CAN interface from SK Pang again following the latest way documented on http://lnxpps.de/rpie/ . I downloaded the latest Raspbian 2013-12-20 and write it to SD. Booting it up and doing rpi-update, apt-get update / apt-get-upgrade. All this runs successful. Now I downloa...
msperl, I just got a fresh 3.11.y branch and tried to add ypur patch. But I got rejects for the following code. What can be wrong? --- arch/arm/mach-bcm2708/bcm2708.c +++ arch/arm/mach-bcm2708/bcm2708.c @@ -552,19 +558,29 @@ .resource = bcm2708_spi_resources, .dev = { .coherent_dma_mask = DMA_BIT_MA...
Hi All, I have just finished reading the thread! Many thanks to all who have posted there solutions. I'm an owner of a PICAN and tried to follow all the steps you all took to get it work. But it is hard to find what is still needed to be done and what not. Also what kernel versions the patches have ...