You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sudo ./check_clocks -d eth0 # or eth1 (the interface you're using for PTP)
110
+
111
+
# Check offset between NIC PHY and system clock
112
+
sudo phc_ctl eth1 cmp # should be nearly -37000000000ns
110
113
```
111
114
112
115
Much of the work that went into this project was documented in [this thread on the TimeHat v2](https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/674).
0 commit comments