File tree 1 file changed +11
-2
lines changed 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,17 @@ gpsd_options: "-s {{ gpsd_baud }} -n"
8
8
9
9
# Refclock to be used as a time source.
10
10
# See: https://chrony-project.org/doc/3.4/chrony.conf.html#refclock
11
- chrony_refclock : " refclock PHC /dev/ptp0 poll 0 dpoll -5 tai" # Use NIC PHC
12
- # chrony_refclock: "refclock SHM 0 refid GPS" # Use GPS directly
11
+ # See also: https://austinsnerdythings.com/2025/02/14/revisiting-microsecond-accurate-ntp-for-raspberry-pi-with-gps-pps-in-2025/
12
+ chrony_refclock : |
13
+ # Uncomment to use NIC's PHC as time source.
14
+ # refclock PHC /dev/ptp0 poll 0 dpoll -5 tai # Use NIC's PHC
15
+
16
+ # Uncomment to use GPS module directly as time source.
17
+ refclock SHM 0 refid NMEA precision 1e-3 poll 0 filter 3
18
+ refclock PPS /dev/pps0 refid PPS lock NMEA poll 3 trust
19
+
20
+ # Uncomment to log timing statistics.
21
+ log tracking measurements statistics
13
22
14
23
# Hosts allowed to query chrony for NTP time.
15
24
# See: https://chrony-project.org/doc/3.4/chrony.conf.html#allow
You can’t perform that action at this time.
0 commit comments