This is what I’m trying to achieve:
1.) AGX output PPS
2.) AGX synched with PTP from external device
3.) PPS output synched with PTP
I have got 1 and 2, but not 3. The PPS is not disciplined with PTP.
Is there a setup of the product that supports the configuration I’m looking for?
I have been through quite a few forums attempting to solve this issue. The closest we come on AGX is PPS input to drive NTP here (unresolved):
NTP with PPS Support on Xavier AGX - Jetson & Embedded Systems / Jetson AGX Xavier - NVIDIA Developer Forums
And PTP to drive PPS output here (original question unresolved, solved by modifying driver code in software, but modified code not provided)
PTP synchronization and PPS output from Nvidia NX - Jetson & Embedded Systems / Jetson Xavier NX - NVIDIA Developer Forums
Hi,
Please share which release you are using, Jetpack 4.6.3 or 5.1. And is it possible to replicate the issue on Xavier developer kit? Not sure if you have tested it on developer kit and observe the issue also.
Hi,
Not sure if this is what you want to do.
Hi,
We tried the phc_ctl script to sync up time. Before doing phc_ctl to sync time, you need to run ptp4l command too.
Master:
$ sudo ptp4l -i eth0 -m
Slave:
$ sudo ptp4l -i eth0 -m -s
[Master]
# phc_ctl /dev/ptp0 get
phc_ctl[92332.285]: clock time is 1514764821.904995580 or Mon Jan 1 00:00:21 2018
[Slave]
# phc_ctl /dev/ptp0 get
phc_ctl[3678.214]: clock time is 0.000000000 or Thu Jan 1 00:00:00 1970
After start running ptp command and check on Slave:
# phc_ctl /dev/ptp0 get
phc_ct…
system
Closed
April 26, 2023, 1:31am
8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.