Re: [Linuxptp-users] software timestamp mode
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Richard C. <ric...@gm...> - 2015-11-04 10:35:05
|
On Wed, Nov 04, 2015 at 08:29:06AM +0100, frank wrote: > Do I need to change more configuration settings? Or is this the wrong > way to do things? The choices are: 1. HW time stamping with PHC 2. SW time stamping with the system clock (CLOCK_REALTIME) You cannot mix the two. So, for SW time stamping, leave off the '-p' command line flag. Thanks, Richard |