PTP Time Sychronization
Posted: 23 Sep 2025, 15:35
For anyone interested, I have successfully enabled PTP on a RevPi Core S. Simple instructions:
1. From a shell in the Rev Pi:
$ sudo apt install chrony linuxptp
$ sudo systemctl enable timemaster
2. You will need to edit /etc/linuxptp/ptp4l.conf and /etc/linuxptp/timemaster.conf for your use case. At a minimum, the prepackaged /etc/linux/ptp/timemaster.conf file point to the incorrect chrony.conf file location, so that will need updating.
1. From a shell in the Rev Pi:
$ sudo apt install chrony linuxptp
$ sudo systemctl enable timemaster
2. You will need to edit /etc/linuxptp/ptp4l.conf and /etc/linuxptp/timemaster.conf for your use case. At a minimum, the prepackaged /etc/linux/ptp/timemaster.conf file point to the incorrect chrony.conf file location, so that will need updating.