This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: basic cuestions


Quoting Salvador Ferrairo <sfc@telefonica.net>:

> Hi, I have started today with the world of ecos ... I have several basic
> cuestions that I hope some of you can answer me...
> 
> The company I work for is going to start to use the following embedded gprs
> gps device http://www.falcom.de/e/e-body-produkte-f35-xxl-si.html wich uses
> eCos
> 
> Now, correct me if I am wrong.
> 
> If we develop software for this device, that software will be directly
> transportable to any other platform supported by eCos, like a standard PC
> i386 Main Board
> 
> Am I rigth ?

You're right in the sense that any "normal" ecos application is HW platform
independent. On the other side there are many platforms with specific
functionality (e.g. peripheral devices - sometimes supported by ecos drivers)
which makes transferring applications using these specific functionality much
more difficult (and sometimes impossible).

The aforementioned Falcom F35-XXl-SI module is equipped with several components
(e.g. SPI and I2C interface, GPIOs, GPS core, GPRS modem) not available on a
standard PC i386 Main Board. That could be a source of trouble when migrating
from the F35-XXl-SI to a standard pc...

The software development kit for the F35-XXl-SI contains a library of core
functions (a kind of middleware) for (nearly) HW independent application
development. If you're interested in further details you can contact me off-list.

> As far as using eCos on a PC MB as a target sistem, I guess that you will
> have to use the BIOS ROM chip and then program there your eCos created
> binari code, in that sense a PC Mainboard with processor RAM and the new
> eCos generated ROM will act as a embedded device.
> 
> Am I rigt ?

You're right. But normally you don't have to deal with the BIOS ROM chip. See: 
http://sources.redhat.com/ecos/docs-latest/user-guide/setup-i386-pc.html

> An the last cuestion, we are looking for some already built boxed embedded
> modules that run eCos and with basic IO like serial, digital IO etc.
> 
> Can anyone give me some addresses of were you can find those ?

The F35-XXL-SI has all these features. What's wrong with it?

Wolfram
--
Wolfram 'L.A.' Kattanek     Institut fuer Mikroelektronik- und
Email:       LA@imms.de     Mechatronik-Systeme (IMMS) gGmbH     
Tel: +49 3677 / 6783-55     Langewiesener Str. 22
Fax: +49 3677 / 6783-38     98693 Ilmenau / Germany

-------------------------------------------------
This mail sent through IMP: imp.imms.de

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]