IEEE1588
Hi gwmac150, the Precision Time Protocol is not activated by default. If you wish to use it you can build yourself a kernel package using the Git Hub KernelBakery repository.
Is the RevPi Ethernet port a true NIC and does it support timestamping that could be used for IEEE1588.
Hi, it is possible with software, have a look at:
http://linuxptp.sourceforge.net/
Chapter 5 System requirements:
http://linuxptp.sourceforge.net/
Chapter 5 System requirements:
Code: Select all
pi@RevPi40302:~ $ ethtool -T eth0
Time stamping parameters for eth0:
Capabilities:
software-transmit (SOF_TIMESTAMPING_TX_SOFTWARE)
software-receive (SOF_TIMESTAMPING_RX_SOFTWARE)
software-system-clock (SOF_TIMESTAMPING_SOFTWARE)
PTP Hardware Clock: none
Hardware Transmit Timestamp Modes: none
Hardware Receive Filter Modes: none
pi@RevPi40302:~ $ uname -a
Linux RevPi40302 4.19.95-rt38-v7+ #1 SMP PREEMPT RT Tue, 16 Jun 2020 13:25:43 +0200 armv7l GNU/Linux