Re: [rtl] Handheld PCs and RTLinux

2001-01-11 Thread Gordon McNutt
daniel sheltraw wrote: Hello RTers I did not get a response to this question a few days ago so I thought I would try again. Is RTAI or RTLinux being run on handheld PCs. If so which handhelds are best suited for RT applications (Yopy, Compaq, etc)? Also does anyone have a good link to

Re: [rtl] Qt RT Linux --Segmentation fault (core dumped)

2000-12-29 Thread Gordon McNutt
Ren Yuhong wrote: Dear All, I am combining Qt RT Linux to develpe a simple motor controller. I use Qt to design a GUI, since I need to use RT FIFO for communication between Qt's GUI and the real time kernel module, I need to handle the RT FIFO within GUI, following is my codes:

Re: [rtl] unable to handle kernel paging request (2)

2000-12-12 Thread Gordon McNutt
Raul wrote: typedef struct MyStructure_tag MyStructure; struct MyStructure_tag{ int var1; char var2; MyStructure *structChild; long var3 ... } MyStructure *S the error comes up when I try to acces var2 from within structChild, that is: S-structChild-var1=3

Re: [rtl] timer ints

2000-12-08 Thread Gordon McNutt
Cort Dougan wrote: } I was just wondering if programming the timer in one-shot mode might cause the } normal system timer interrupt to be called at an unusual interval (thus } affecting the jiffie count, etc). Seems that the linux layer will get its fake } timer interrupt when (and only

Re: [rtl] segmentation fault because of sin()

2000-12-07 Thread Gordon McNutt
Mohsen Mahvash Mohammadi wrote: Hi I have found that using sin() and cos() in real time task has caused segmentation fault for user program.here is part of my program which causes the problem: #include math.h float theta1_rad; float theta2_rad; ... ... theta2_rad = 0.0;/*for

Re: [rtl] timer ints

2000-12-06 Thread Gordon McNutt
[EMAIL PROTECTED] wrote: On Tue, Dec 05, 2000 at 11:13:26AM -0700, Gordon McNutt wrote: Hi, On an x86 (for example), if an RT task programs a clock timer does it conflict with the regular system timer interrupts? They both appear to use IRQ 0. Where RTL uses the same timer as Linux

Re: [rtl] rtl-v3pre9 probs

2000-12-05 Thread Gordon McNutt
Olaf Petzold wrote: These symbols are inside System.map! # cat /boot/System.map-2.2.17-rtl3 | grep console_drivers c01d4c40 D console_drivers # cat /boot/System.map-2.2.17-rtl3 | grep __start_rtlinux_funcs c01caf08 A __start_rtlinux_funcs They should also appear in the output of ksysms

[rtl] timer ints

2000-12-05 Thread Gordon McNutt
Hi, On an x86 (for example), if an RT task programs a clock timer does it conflict with the regular system timer interrupts? They both appear to use IRQ 0. --Gordon -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl Your_email" | mail [EMAIL

Re: [rtl] ARM support

2000-12-01 Thread Gordon McNutt
"Liew, Eng" wrote: Is the targetted system embedded, or is it desktop pc? Kenny Why do you ask? --Gordon -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl Your_email" | mail [EMAIL PROTECTED] --- For more information on Real-Time Linux

[rtl] IRQ handlers

2000-12-01 Thread Gordon McNutt
Looking at some of the examples, it appears that an RT interrupt handler can invoke the RT scheduler (by calling pthread_wakeup_np, sem_post, etc). And it looks like the scheduler is going to swap in a runnable task when this happens. This doesn't seem safe... I'm still thinking about it... My

Re: [rtl] IRQ handlers

2000-12-01 Thread Gordon McNutt
[EMAIL PROTECTED] wrote: On Fri, Dec 01, 2000 at 02:22:11PM -0700, Gordon McNutt wrote: Looking at some of the examples, it appears that an RT interrupt handler can invoke the RT scheduler (by calling pthread_wakeup_np, sem_post, etc). And it looks like the scheduler is going to swap

Re: [rtl] implementation questions

2000-11-30 Thread Gordon McNutt
[EMAIL PROTECTED] wrote: On Wed, Nov 29, 2000 at 05:24:40PM -0700, Gordon McNutt wrote: __start_rtlinux_funcs is, apparently, some kind of implicit macro which It's a ELF section symbol not a macro. Ok. references the beginning of the "rtlinux_funcs" section. Th

[rtl] implementation questions

2000-11-29 Thread Gordon McNutt
Hi, I've been looking over the kernel patch and the rtl module code trying to figure out what needs to be done for an ARM port. I've been focusing on the 2.4 version where the patch is concerned. I'm using rev 3 of RTL. I have some questions. A. Does the MIPS version really work? 1. The MIPS