Re: [Linuxptp-users] PTP through a bridge interface
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2018-06-05 13:55:39
|
On Tue, Jun 05, 2018 at 02:37:36AM +0000, Rob Cornall wrote: > I'm trying to setup a device as the grand master clock, we using an imx6 dual lite which has ieee 1588 support in the enet controller. > This is connected to a 7-port switch (no ptp support), and this switch is configured via bridge interface br0. What do you mean by "this is connected to a 7-port switch"? Do you mean that: 1. the MAC on the imx6 is physically connected to a switch using an Ethernet cable? 2. or that the interface is part of a Linux software bridge, configured with "brctl add" ? In the case of number 2, PTP won't work. Thanks, Richard |