Search found 4 matches

by pevsonic
Mon 16. Sep 2019, 16:41
Forum: Linux
Topic: Hardware Timestamps from kernel module
Replies: 4
Views: 11557

Re: Hardware Timestamps from kernel module

Hi Stephane,

Thanks for the quick reply!

So, the two interfaces that I think I can use with hardware timestamps are the PCAN-USB Pro and PCAN-USB X6, is that right?

I've got a simple test app that Im playing with based off the linux-can test code :
https://github.com/linux-can/can-tests/blob ...
by pevsonic
Mon 16. Sep 2019, 12:51
Forum: Linux
Topic: Hardware Timestamps from kernel module
Replies: 4
Views: 11557

Hardware Timestamps from kernel module

Hi all,

I've got several different Peak CAN interfaces that we use on development / test rigs for some physical hardware. To control the interface I've got a kernel module that I've written that's basically a fork of the CAN-BCM module but adapted for more controlled deterministic message tx/rx ...
by pevsonic
Thu 19. Jul 2018, 12:39
Forum: Linux
Topic: Need to install PCAN driver every time
Replies: 4
Views: 5819

Re: Need to install PCAN driver every time

I just saw this - I cooked up a DKMS config to solve. I've posted it into the forum which should help you!
by pevsonic
Thu 19. Jul 2018, 12:37
Forum: Linux
Topic: Linux Driver 8.5.1 using DMKS
Replies: 2
Views: 10123

Linux Driver 8.5.1 using DMKS

Hi all,

It's a shame that the driver source doesn't automatically set up DKMS... I've been following the following process to set up DKMS for the peak driver 8.5.1 on Ubuntu 16.04 test boxes to save my sanity which I hope will be of use to others if I share it.

Make sure dkms and headers are ...