IEEE1588

Topics about the Software of Revolution Pi
Post Reply
gwmac150
Posts: 4
Joined: 11 Sep 2020, 04:02
Answers: 0

IEEE1588

Post by gwmac150 »

Does the Linux Kernel for this controller support IEEE1588? Is the PTP software stack included in an off the shelf model?
User avatar
dirk
KUNBUS
Posts: 1939
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: IEEE1588

Post by dirk »

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.
gwmac150
Posts: 4
Joined: 11 Sep 2020, 04:02
Answers: 0

Re: IEEE1588

Post by gwmac150 »

Is the RevPi Ethernet port a true NIC and does it support timestamping that could be used for IEEE1588.
User avatar
dirk
KUNBUS
Posts: 1939
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: IEEE1588

Post by dirk »

Hi, it is possible with software, have a look at:
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
gwmac150
Posts: 4
Joined: 11 Sep 2020, 04:02
Answers: 0

Re: IEEE1588

Post by gwmac150 »

Great, Thank you Dirk.
Post Reply