Schedule Table Problems
Posted: Fri 18. Dec 2020, 07:21
Hello,
I installed the Raspberry Pi OS with desktop on my Raspberry PI Model B Rev 1.2 and then I updated and upgraded the PI. After that, I installed the kernel headers like in the manual and did the make.
Then I created a schedule table with a frame and started it.
Then the PCAN-USB-PRO FD let the green LED for LIN1 blink quickly for 1-2 seconds and stop then the quickly blink, and then stopped sending the frames.
Why does he just stop sending the schedule table?
Can anyone help me
Best Regards
Florian
I installed the Raspberry Pi OS with desktop on my Raspberry PI Model B Rev 1.2 and then I updated and upgraded the PI. After that, I installed the kernel headers like in the manual and did the make.
Then I created a schedule table with a frame and started it.
Code: Select all
sudo apt update
sudo apt upgrade
reboot
sudo apt-get install raspberrypi-kernel-headers
cd Downlaod
tar xf PLIN-Linux-Beta-Package.tar.gz
cd PLIN-Linux-Beta-Package
tar xf peak-lin-driver-1.0.0.tar.gz
cd peak-lin-driver-1.0.0
make
sudo make install
sudo modprobe plin
lin start master 19200 /dev/plin0
lin set sub-frm-entry 0x21 --cs-enhanced --len 1 /dev/plin0
lin add unc-schd-slot 0 500 0x21 /dev/plin0
lin start schedule 0 /dev/plin0
Why does he just stop sending the schedule table?
Can anyone help me
Best Regards
Florian