Embedded Linux for data acquisition and control

2001-02-20 Thread Srinivas Rao.M
Hello Peter, and other list members I am having a question rather than an answer for the earlier posted question.. I am also having the similar problem, as Mr Peter's . I have the embedded system based on the FADS860T having the MPC860T Processor. On the custom board i have a number of serial

Embedded Linux for data acquisition and control

2001-02-20 Thread Peter Uttley
HI Srinivas, I too initially looked at using apache but was wisely redirected by Wolfgang Denx to look at the GoAhead webserver. GoAhead is an open source webserver ported to every OS you can think of, and only has a few basic license requirements if you want to use it commercial. It has many

Embedded Linux for data acquisition and control

2001-02-20 Thread Jerry Van Baren
Do a web search. The hardest part will be picking the best one for your needs. http://www.google.com/search?q=small+embedded+web+server Some candidates from a quick scan: http://www-sop.inria.fr/koala/phk/k-web/intro.html http://www.linuxdevices.com/links/LK7524879313.html

Booting Linix on MBX860

2001-02-20 Thread Arturo Plaza
I am new in Linux Embedded software. I have an MBX860 board and I am trying to boot a Linux on it. I have done that using a kernel which boots via TFTP and using NFS to get the filesystems, but I would like to get an standalone version. I have created a new kernel image and I have sotred on

Linux on PPC 855

2001-02-20 Thread Paolo Marini
Anybody tried out a 2.4 kernel on the Embedded Planet RPX Net board with 855 processor ? I suppose the normal kernel configured for an 860 CPU (without the peripherals present in the 860 and removed on the 855) works on this board Thank you Paolo Marini ** Sent via the linuxppc-embedded mail

Linux on PPC 855

2001-02-20 Thread Wolfgang Denk
In message 000f01c09b5f$188bd6f0$230d0dc3 at test you wrote: Anybody tried out a 2.4 kernel on the Embedded Planet RPX Net board with 855 processor ? I I haven't used RPX boards yet, but the MPC855 works fine on many other platforms. suppose the normal kernel configured for an 860 CPU

Getting SanDisk CompactDisk working on linux-ppc.

2001-02-20 Thread Matthew Locke
Subodh Nijsure wrote: I got m8xx_pcmcia.c to work with Linux version 2.4.2-pre3 that I got from bitkeeper. what do mean by work? did you need to make changes to m8xx_pcmcia for 2.4? When I say m8xx_pcmcia works, cardctl ident shows it as a Sandisk device in socket 0, and dump_cis show me

Booting Sandpoint 8240??

2001-02-20 Thread tsombakos, mark
newbie alert! I've just undertaken trying to get a Sandpoint 8240 to boot ppc linux. I have the mvista CDK 1.2, as well as the code from ftp://ftp.mvista.com:/pub/Area51/sandpoint-8240/README My development platform is RH6.2 linux. I'm running version 12.0 of DINK. Here come the questions :)

init on a FADS823

2001-02-20 Thread Bruno R. Barreyra
I'm trying to get a init program to work on my FADS823. Running bash as the init process works fine. However, if I try the sysvinit from Montavista, it just asks me for a runlevel and then says there are no processes left on that runlevel. I'm trying to compile simpleinit from util-linux, since