@@ -39,9 +39,9 @@ The simplest way to find the right calibration parameters for system clock might
/usr/sbin/adjtimexconfig
Alternatively, given the ''/var/log/ntpdate'' log file created above with the hardware clock calibration, you can get an estimate for TICK/FREQ as follows:
Alternatively, you can get an estimate for TICK/FREQ from the syslog entries collected during the hardware clock calibration as follows:
/usr/local/adjust-clock/ntpdate_log2adjtimex /var/log/ntpdate | tee /etc/default/adjtimex
/usr/local/adjust-clock/syslog2adjtimex | tee /etc/default/adjtimex
/etc/init.d/adjtimex start
The latter might be more accurate if you ran the hardware clock calibration over the period of a few hours or days.