EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

NTP related issue on at91sam9g20

Started by Vikas Sharma June 28, 2010
Hi,

I am working on at91sam9g20 cpu board. My problem is related with NTP, my
linux version is 2.6.27.
I am testing here in local clock mode.

root@hg1420:~# cat /etc/ntp.conf
#
# WARNING!!! GENERATED FILE!!! Do not edit this file directly.
# Edit
/home/developer/fca/gateway/src/openembedded/tmp/rootfs/etc/sysconfig/fim.cfg
instead and then run fimconfig script.
#
restrict default nomodify
server 127.127.1.0 burst minpoll 4
fudge 127.127.1.0 stratum 14
driftfile /etc/ntp.drift
logconfig =syncstatus +sysevents
disable stats
disable auth

above is ntp configuration file. NTP is not modifying rtc/ hw clock
according to system clock.
As per NTP, hardware clock should be synchronize with system clock for
every ~11 minutes,
Thanks and Regards
Vikash Sharma
Am 29.06.2010 04:36, schrieb Vikas Sharma:

> I am working on at91sam9g20 cpu board. My problem is related with NTP, my
> linux version is 2.6.27.
> I am testing here in local clock mode.

You should ask this in a linux group.

--
42Bastian
+
| http://www.sciopta.com
| Fastest direct message passing kernel.
| IEC61508 certified.
+
On Tue, 29 Jun 2010 08:06:05 +0530
Vikas Sharma wrote:
> above is ntp configuration file. NTP is not modifying rtc/ hw clock
> according to system clock.
> As per NTP, hardware clock should be synchronize with system clock
> for every ~11 minutes,

Does "date" let you set the hardware clock? ie: Is this a problem with
NTP, or with Linux talking to the underlying hardware?

The 2024 Embedded Online Conference