You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, the kernel supports PPS (pulse per second) from GPIO... see #109
but the apt-get package ntp for RPi raspbian is compiled without the necessary option to take PPS into account.
so if i want to use PPS for my ntp server, i always have to download the source and have to compile ntp newly to have that the ability to use PPS.
sudo apt-get install libcap-dev
wget http://archive.ntp.org/ntp4/ntp-4.2/ntp-4.2.8p6.tar.gz
tar xvfz ntp-4.2.8p6.tar.gz
cd ntp-4.2.8p6/
./configure --enable-linuxcaps
make
sudo make install
can you please add a compiled version of ntp to the packages for raspbian that will take PPS into account...
... thank you.
The text was updated successfully, but these errors were encountered:
beta-tester
changed the title
please add ntp with PPS included
please add ntp with PPS support
Mar 22, 2016
This should be filed with debian, since we don't provide any special ntp package. Unless raspbian specifically disables it, in which case this should be filed with the raspbian project.
hi, the kernel supports PPS (pulse per second) from GPIO... see #109
but the apt-get package ntp for RPi raspbian is compiled without the necessary option to take PPS into account.
so if i want to use PPS for my ntp server, i always have to download the source and have to compile ntp newly to have that the ability to use PPS.
can you please add a compiled version of ntp to the packages for raspbian that will take PPS into account...
... thank you.
The text was updated successfully, but these errors were encountered: