So I've switched over to the stable release (Raspberry Pi OS 32-bit) and got a different error.
make[1]: Entering directory '/home/pi/peak-linux-driver-8.10.2/driver'
Makefile:117: *** "Unable to automatically find the Kernel headers. These are mandatory to build the pcan driver. Please set the ...
Search found 3 matches
- Mon 30. Nov 2020, 11:11
- Forum: Linux
- Topic: Peak Linux Driver failing to build on Raspbery Pi OS 64 bits
- Replies: 5
- Views: 4092
- Fri 27. Nov 2020, 18:03
- Forum: Linux
- Topic: Peak Linux Driver failing to build on Raspbery Pi OS 64 bits
- Replies: 5
- Views: 4092
Re: Peak Linux Driver failing to build on Raspbery Pi OS 64 bits
I run succesfully the installation of required packages:
- sudo apt get update
- sudo apt get upgrade
- reboot
- sudo apt-get install raspberrypi-kernel-headers
- sudo apt-get install libpopt-dev
And then proceeded to:
- tar -xzf peak-linux-driver-8.9.0.tar.gz
- cd peak-linux-driver-8.9.0 ...
- sudo apt get update
- sudo apt get upgrade
- reboot
- sudo apt-get install raspberrypi-kernel-headers
- sudo apt-get install libpopt-dev
And then proceeded to:
- tar -xzf peak-linux-driver-8.9.0.tar.gz
- cd peak-linux-driver-8.9.0 ...
- Fri 27. Nov 2020, 11:20
- Forum: Linux
- Topic: Peak Linux Driver failing to build on Raspbery Pi OS 64 bits
- Replies: 5
- Views: 4092
Peak Linux Driver failing to build on Raspbery Pi OS 64 bits
I would like to use a Peak CAN device on a Raspberry Pi 4. I thought the driver was included in the kernel, but I'm seeing so many posts here about compiling it, so I'm following this thread https://forum.peak-system.com/viewtopic.php?t=3381 to build the peak can driver 8.10.2 for Raspberry Pi OS 64 ...