-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rpi (802.1AS SW timestamping mode) + LS1021ATSN (802.1 HW timestamping mode) #2
Comments
What do you mean "master tx timeout"? You mean you run ptp4l with "-l 7" for debugging logs and you see messages like this?
Those are normal, they mean that event timers expire in the ptp4l program for various actions, like send a Sync message, an Announce message etc.
Depends what you're looking for. The performance will not be great (the sync offset will probably be stable to a degree of +/- 10 ms or so). |
I understood the master sync timeout is normal. Here is LS1021ATSN master and RPI slave config. [global] |
Thanks. I got it working. |
The value of 800 ns is pretty much arbitrary, I couldn't find any reference in any standard for why linuxptp chooses this number. It is only there to ensure that there aren't PTP-unaware switches in the network, because two MACs and a switching fabric would increase the path delay just enough to exceed the threshold, and also the path delay jitter (this will hurt the synchronization and is the reason why 802.1AS denies PTP-unaware devices). |
Understood. One interesting finding; |
No, I don't think it will. Hardware timestamping will, on the other hand. |
Okay. Thanks for your support. I will look into the optimization and improvement by tuning ptp4l parameters to get some better numbers and keep you posted. Cheers. |
Currently I'm using RPI (slave) and LS1021ATSN (master) for clock synchronization.
Since Rpi does not support HW timestamping, gPTP.cfg is modified to use "software" in timestamping parameter. But there is no announce message out from Rpi and master tx timeout in both LS1021ATSN switch and RPI and act as grandmaster role independently.
Does the architecture will work?
The text was updated successfully, but these errors were encountered: