From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <542AF7CF.1090600@xenomai.org> Date: Tue, 30 Sep 2014 20:34:55 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <2193EAD1-45DF-4E12-8FFD-34AC726315E9@mah.priv.at> <542A97C7.8000701@xenomai.org> <542AC724.5010406@xenomai.org> <542ADE09.2020008@xenomai.org> In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [Xenomai] Xenomai: binding failed: Operation not permitted. List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?SGFzcmV0IFNhcsSxeWVy?= Cc: Xenomai On 09/30/2014 08:29 PM, Hasret Sarıyer wrote: > 2014-09-30 19:44 GMT+03:00 Gilles Chanteperdrix < > gilles.chanteperdrix@xenomai.org>: > >> On 09/30/2014 06:11 PM, Hasret Sarıyer wrote: >>> 2014-09-30 18:07 GMT+03:00 Gilles Chanteperdrix < >>> gilles.chanteperdrix@xenomai.org>: >>> >>>> On 09/30/2014 04:56 PM, Hasret Sarıyer wrote: >>>>> I did all step on this guide >>>>> . And I expexted >>>> that >>>>> xenomai was ready to use. >>>> >>>> Xenomai should be ready to use, the latency test is a utility part of >>>> xenomai using xenomai, so running it as root will tell you if xenomai is >>>> ready or if you still have other issues (actually, most issues with >>>> beginner are kernel configuration issues). >>> >>> >>> I run "xeno-test" and the output is below >> >> Ok. Xenomai seems to be working on your system, and you seem not to >> have any pathological latency issues. >> >> Note that since latency output is plain text, you could have pasted it >> in the mail body. >> >> So, your last problem now, if you want to run programs as a user and >> not as root, is to follow: >> http://xenomai.org/2014/06/running-a-xenomai-application-as-a-regular-user/ > > > ok. But I am not clear some points.To compile,the necessary modules are > added in makefile. > > What should I do to add to the kernel? I did using "modprobe", but it > didn't work. > It depends on how you configured the kernel. As indicated in the documentation, if you configured xenomai to be built-in, there is no xeno_nucleus module, so you have to pass the xeno_nucleus.xenomai_gid parameter to the kernel. As indicated in the documentation, you can also use sysfs. -- Gilles.