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
test failed
please support
Hi chenxianfei86,
Please share the detail fail logs.
What BSP version are you using on two AGX Orin?
Hi chenxianfei86,
Please run below command to show the BSP version:
$ cat /etc/nv_tegra_release
Also attach slave and host both side full logs.
neil.chen:
cat /etc/nv_tegra_release
Hans Guo:
R34 (release), REVISION: 1.1, GCID: 30414990, BOARD: t186ref, EABI: aarch64, DATE: Tue May 17 04:20:55 UTC 202
test fail veersion is 35.1(release)
can’t upload attach
An error occurred: Sorry, new users can only put one embedded media item in a post.
Hi chenxianfei86,
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
Master:
$ sudo ptp4l -i eth0 -f configs/default.cfg -m
Slave
$ sudo ptp4l -i eth0 -f configs/default.cfg -m -s
Please try the commands with r35.1, if still fail, save the logs with txt file and upload on here.
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