Re: [Linuxptp-users] Slave takes VERY long to sync to Master using Automotive profile
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2023-11-25 19:32:22
|
On Fri, Nov 24, 2023 at 02:59:25PM +0000, Hopf, Daniel wrote: > Following are the logs of a try where they synced up after ~80 seconds. > Here's the SLAVE log (I increased neighborPropDelayThresh from 800 to 8000 and set tx_timestamp_timeout to 100 in my slave config file): > -(~/linuxptp-latest:$)-> sudo ./ptp4l -f ./configs/automotive-slave-DH.cfg -i eth0 -m -l 7 > ptp4l[26253.262]: rms 25054 max 50349 <-- within 50 usec > ptp4l[26254.264]: rms 2904 max 3109 3 usec > ptp4l[26255.267]: rms 1722 max 2380 2 usec > ptp4l[26256.271]: rms 521 max 931 under 1 usec Why do you say it took 80 seconds? Log suggests client synchronized to within 50 microseconds after one second. Thanks, Richard |