测试流程如下: MA35D1网口0与NUC972网口0之间直接相连 Master :MA35D1 # ifconfig eth0 192.168.10.88 netmask 255.255.255.0 # date "2023-09-14 9:17:00" # hwclock -w # hwclock # ifconfig eth0 allmulti
ptp4l -i eth0 -m -H & phc2sys -m -s CLOCK_REALTIME -c eth0 -w
Slave:NUC972 # ifconfig eth0 192.168.10.100 netmask 255.255.255.0 # ptp4l -i eth0 -m -H -s
|