Re: [rtl] Jumptec

2000-08-25 Thread Cory Papenfuss
I've been using it on one... seems to work fine, but if you've got one with the BIOS-compatible flash disk, that won't work. The newer ones are IDE-compatible, methinks. -Cory On Fri, 25 Aug 2000, Andreas Oeder wrote: > Hi everybody, > > > Does anyone know if RTLinux

Re: [rtl] IDE flash disk boot problems

2000-08-05 Thread Cory Papenfuss
> From: "wolfgang guldner" <[EMAIL PROTECTED]> > To: "Cory Papenfuss" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Wednesday, August 02, 2000 1:11 AM > Subject: Re: [rtl] IDE flash disk boot problems > > > Hello, > > I´

[rtl] IDE flash disk boot problems

2000-08-01 Thread Cory Papenfuss
Hello all... I've got a PC104 with 16MB chipdisk ide-compatible flash disk that I'm trying to make boot. The original plan was to hold compressed ramdisk on the flash, and run the rt system and module with ramdisk as the rootfs. The rest of the flash would be for logging data alone. The

[rtl] BIOS-flash disk access?

2000-06-27 Thread Cory Papenfuss
ble. Any ideas on how or if this can be done? Thanks, -Cory Papenfuss -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl " | mail [EMAIL PROTECTED] --- For more information on Real-Time Linux see: http://www.rtlinux.org/rtlinux/

Re: [rtl] hrtime_t -> int

2000-06-26 Thread Cory Papenfuss
odule. Is the access of the longlong division forbidden within rt-space? BTW, getlrtime that produced that error is little more than unsigned long int getlrtime(void){ return((unsigned long)((long long)gethrtime() / 100LL) } -Cory On Mon, 26 Jun 2000, Michael Barabanov wrote: > Cory P

[rtl] hrtime_t -> int

2000-06-22 Thread Cory Papenfuss
Hey all... I've got something that's been bugging me for awhile on this project. I really only need millisecond resolution (since I'm logging data to disk), but the hrtime_t doesn't like to be divided by 1000 (NS_PER_MS), as it's a funky type. Any way I can get around that and get a

Re: [rtl] fpu exception 7 ??

2000-06-20 Thread Cory Papenfuss
I had the same problem when I tried to initialize a thread with pthread_setfp_np() in the init_module() portion of module. As near as I could tell, once I pthread_create()'d the module, even though the very next line was to enable fp, the thread had tried executing fp code before it was e

[rtl] Data Acq. I/O Problems

2000-06-03 Thread Cory Papenfuss
Hello all... I've been working for a few days (weeks?) with rtlinux trying talk with a data acquisistion board for rt-control. I've found the debugger code, but I'm unable to figure out what the problem is. I've got a simple single thread for scanning the A/D channels, with a while(