From: Theo Veenker <Theo.Veenker@domain.hid>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: Xenomai <xenomai@xenomai.org>
Subject: Re: [Xenomai-help] CLOCK_REALTIME initialization
Date: Thu, 22 Nov 2007 12:23:33 +0100 [thread overview]
Message-ID: <474566B5.4050105@domain.hid> (raw)
In-Reply-To: <2ff1a98a0711220202q66a624aufeec60d246172a75@domain.hid>
Gilles Chanteperdrix wrote:
> On Nov 22, 2007 9:41 AM, Theo Veenker <Theo.Veenker@domain.hid> wrote:
>> Hi,
>>
>> I understand in the Xenomai posix skin CLOCK_REALTIME gets initialized
>> on startup of the system and then left alone. There is a problem if the
>> system's hwclock is storing local time as opposed to UTC. In this case
>> the Xenomai clock gets initialized with local time instead of UTC.
>> I use local time in the hwclock because my systems are dual-boot with
>> MS Windows XP and XP aparently still can't properly deal with hwclock
>> set to UTC.
>
> We use do_getttimeofday at Xenomai initialization time to get the
> system time. Do you know what we should call to get UTC time ?
Well I think the call is correct, but I suspect it is done before the
system time is initialized from the hwtimer. Or doesn't that make sense?
On my system (Ubuntu) hwclock is called from /etc/rcS.d/S50hwclock.sh
(rather late). It does something like /sbin/hwclock --hctosys --localtime
(the latter option indicates hwclock is supposed to store local time).
I would suggest to supply a Xenomai init.d start script which reinitializes
the xenomai realtime clock. This should then obviously be scheduled
after Linux has called /sbin/hwclock --hctosys.
>
>> What I would like to do is tell Xenomai to reinitialize CLOCK_REALTIME
>> at some point *after* Linux has initialized its own clock from the
>> hwclock. As clock_settime() isn't yet supported (in 2.3) I can't do
>> this now. Will it be in 2.5, or is there at present another way of
>> reinitializing CLOCK_REALTIME?
>
> Yes, it is in 2.4.
>
Thanks.
Theo
next prev parent reply other threads:[~2007-11-22 11:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-22 8:41 [Xenomai-help] CLOCK_REALTIME initialization Theo Veenker
2007-11-22 10:02 ` Gilles Chanteperdrix
2007-11-22 11:23 ` Theo Veenker [this message]
2007-11-23 10:14 ` Gilles Chanteperdrix
2007-11-23 14:19 ` Theo Veenker
2007-11-23 14:41 ` Gilles Chanteperdrix
2007-11-23 16:17 ` Theo Veenker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=474566B5.4050105@domain.hid \
--to=theo.veenker@domain.hid \
--cc=gilles.chanteperdrix@xenomai.org \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.