All of lore.kernel.org
 help / color / mirror / Atom feed
From: sanjay anvekar <sanjayanvekar@domain.hid>
To: "xenomai@xenomai.org" <xenomai@xenomai.org>
Subject: [Xenomai-help] Xenomai-Driver
Date: Tue, 7 Jun 2011 19:22:55 -0700 (PDT)	[thread overview]
Message-ID: <737283.11182.qm@domain.hid> (raw)

[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]

Hi,
     I am facing little problem with Xenomai tasks. Please help me.
I am using Xenomai 2.5.6 patched to Kernel 2.6.37 on Intel Atom board with display and touch
interface. I have created an application which uses various Linux Drivers such as
Serial Driver - Configured and used using tty layer.
Display driver - Intel Frame buffer interface (mmap and ioctl).
Socket Programming and file system handling.
When I run this application without having any Xenomai tasks then application works fine,
but when I create different tasks then application does not work correctly. Especially Serial
interface and display. Serial data seems to be loosing data and display update is not happening instantly.
I am sure I am missing something. Please help me to
 resolve this issue.
I am using following functions to create and maintain Xenomai tasks and tasks are successfully created.
     
     mlockall(MCL_CURRENT | MCL_FUTURE);
     rt_task_set_mode(0, T_WARNSW , NULL);
     rt_task_create();
     rt_task_start()
     rt_task_yield() - To allow execution of other tasks.

Thanks & Best Regards,
Sanjay

[-- Attachment #2: Type: text/html, Size: 1980 bytes --]

             reply	other threads:[~2011-06-08  2:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-08  2:22 sanjay anvekar [this message]
2011-06-08  8:05 ` [Xenomai-help] Xenomai-Driver Gilles Chanteperdrix
2011-06-21 12:02   ` sanjay anvekar
2011-06-21 20:54     ` Gilles Chanteperdrix
2011-06-22  3:29       ` sanjay anvekar
2011-06-22  7:02         ` Gilles Chanteperdrix

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=737283.11182.qm@domain.hid \
    --to=sanjayanvekar@domain.hid \
    --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.