wget

Building CANlib (linuxcan) on Raspberry Pi

When compiling CANlib (linuxcan) on any Linux computer, you need to make sure that you are using the correct version of kernel header files. For example, on Ubuntu you can issue the command: sudo apt install linux-headers-$(uname -r) A Linux header package is currently not available on Raspbian so instead you have to do some digging. It's not...

October 16, 2016 Magnus Carlsson
Click to Read