We use the test method provided by nvidia, as follows
sudo git clone git://git.code.sf.net/p/linuxptp/code linuxptp
cd linuxptp
sudo make
sudo make install
Slave:
./ptp4l -i eth0 -m -H -s
Host:
./ptp4l -i eth0 -m -H
test succeeded
custom test as follows :
sudo git clone git://git.code.sf.net/p/linuxptp/code linuxptp
cd linuxptp
sudo make
sudo make install
Slave:
cd linuxptp
ptp4l -i eth0 -f configs/automotive-slave.cfg -m
Host:
cd linuxptp
ptp4l -i eth0 -f configs/automotive-master.cfg -m
Please test with JetPack-5.0.2 (r35.1) on two AGX Orin.
We tried below commands are working
Master: $ sudo ptp4l -i eth0 -m
Slave $ sudo ptp4l -i eth0 -m -s
Dear
My customer test method is as follows, can you try?
Slave:
cd linuxptp
ptp4l -i eth0 -f configs/automotive-slave.cfg -m
Host:
cd linuxptp
ptp4l -i eth0 -f configs/automotive-master.cfg -m