Re: [Linuxptp-users] Configuration for boundary clock with on two-port NIC
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Nils F. <nil...@sr...> - 2023-10-03 13:41:30
|
Ah yeah, I didnt read well. That really improved the sync quality - thanks a lot for your advice! On 3/10/23 14:38, Miroslav Lichvar wrote: > On Tue, Oct 03, 2023 at 02:33:32PM +0200, Nils Fuerste wrote: >> Thanks for your help! Unfortunately, setting those values doesn't work for >> me. I get the following errors: >> >> sudo ptp4l -2 -i enp1s0f1 -f ./default-new-master.cfg -m >> -1.0 is an out of range value for option pi_proportional_const at line 73 >> failed to parse configuration file ./default-new-master.cfg > It should be pi_proportional_exponent, not pi_proportional_const. > >> $ sudo ptp4l -2 -i enp1s0f1 -f ./default-new-master.cfg -m >> P is a malformed value for option pi_proportional_scale at line 75 >> failed to parse configuration file ./default-new-master.cfg > P and I should be replaced with the values from the table. > |