I am using the PTP function of orin’s 10G ethernet.
# Orin run as gPTP master
sudo ptp4l -i eth0 -m -f linuxptp/configs/automotive-master.cfg -l 7
#Ubuntu PC as gPTP slave
sudo ptp4l -i enp0s31f6 -m -f linuxptp/configs/automotive-slave.cfg
I see the process of ptp sync is weird, orin keeps printing “sync timeout” and after that it will wait 16 seconds to resync. The synchronization process on the ubuntu pc side is not stable, but intermittent.