MA35D1 如何测试PTP通讯

cwlin0 |浏览138次
收藏|2023/09/28 08:47
  • 问题补充 : 2023/09/28 08:49

    MA35D1作为Master ,NUC972作为Slave的PTP通讯如何测试?

满意回答

2023/09/28 08:50

测试流程如下:

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


nuvoton2022

其他回答(0)
0人关注该问题
+1
 加载中...