Search found 4 matches

by nagilode
Thu 13. Dec 2012, 10:37
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 549652

Re: PEAK-Linux Driver on Raspberry Pi

Thanks that was the relevant hint. What I did to get it working was:


1. Extract the kernel config

cd <kerneldir>
zcat /proc/config.gz > .config

2. Completely compile kernel (Takes a while if really on raspberry)

make

3. Compile peak driver version 7.7

cd <pcandir>
make KERNEL_LOCATION ...
by nagilode
Mon 10. Dec 2012, 16:09
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 549652

Re: PEAK-Linux Driver on Raspberry Pi

Hi,

there is a misunderstanding.

As mentioned I used the ORIGINAL CODE (even sent you the md5sum to be sure) without modifications and the output is the same.

By the way -- the modifications I did were not related to the compilation.

Yours
Norbert
by nagilode
Mon 10. Dec 2012, 11:01
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 549652

Re: PEAK-Linux Driver on Raspberry Pi

Hello,

thanks for your fast reply.

I reverted all modifications, used the clean tar ball from the peak website

64872ea3a301f5097eba242886ac5484 peak-linux-driver-7.7.tar.gz

and compiled again. Same problem. (Output attached)

The usb-can adapter is ordered but not here yet so I cannot tell what ...
by nagilode
Fri 7. Dec 2012, 09:28
Forum: Linux
Topic: PEAK-Linux Driver on Raspberry Pi
Replies: 156
Views: 549652

Re: PEAK-Linux Driver on Raspberry Pi

Hi,

I tried to compile the driver 7.7 on a raspberry without success.


Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l GNU/Linux
gcc (Debian 4.6.3-12+rpi1) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying ...