From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 16 Apr 2015 15:23:16 +0200 From: Gilles Chanteperdrix Message-ID: <20150416132316.GD1589@hermes.click-hack.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Xenomai] CLOCK_HOST_REALTIME failure on Xenomai 3 List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: GP Orcullo Cc: "xenomai@xenomai.org" On Thu, Apr 16, 2015 at 07:20:09PM +0800, GP Orcullo wrote: > Hi, > > I'm trying to run Xenomai 3 on my Cubieboard2 but it fails the clocktest: > > # /usr/xenomai/bin/clocktest -C 42 > clock_gettime failed for clock id == Tested clock: 42 () > CPU ToD offset [us] ToD drift [us/s] warps max delta [us] > --- -------------------- ---------------- ---------- --------------42 > > 0 0.0 0.000 0 0.0 > 1 0.0 0.000 0 0.0 > clock_gettime failed for clock id 42 > > The clock test runs fine on Xenomai 2: > > # clocktest -C 42 > == Tested clock: 42 (CLOCK_HOST_REALTIME) > CPU ToD offset [us] ToD drift [us/s] warps max delta [us] > --- -------------------- ---------------- ---------- -------------- > 0 1.0 0.093 0 0.0 > 1 0.8 0.000 0 0.0 > ^C CLOCK_HOST_REALTIME is no longer 42 in Xenomai 3 (which is why clocktest tells you that the clockid 42 is unknown, it really is). -- Gilles.