Re: [Linuxptp-users] issues with mixed software timestamp / hardware timestamp setup
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
|
From: Chris C. <ch...@ch...> - 2019-02-11 15:03:46
|
> From: Frank Dekervel <fr...@ka...> > it actually syncs somehow, but the time difference is > 37 seconds. and the strange thing is that these 37 seconds > look to be more or less constant 37 seconds is the offset between TAI and UTC due to leap seconds. You are distributing TAI via PTP, and somewhere putting the TAI value directly into the system clock rather than accounting for the offset to UTC. The ptp conf file has a field for UTC offset or you can pass it in on the command line. -- Chris Caudle |