Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

help on Ecos application development cycle

help on Ecos application development cycle

2005-11-16 by subhashinimanne

We have developed ARM based Data Acquisition system .I have to 
develop software using ecos RTOS .Please help me how to start 
application in ecos

Re: help on Ecos application development cycle

2005-11-16 by balazs_scherer

--- In lpc2000@yahoogroups.com, "subhashinimanne"
<subhashinimanne@y...> wrote:
>
>        We have developed ARM based Data Acquisition system .I have to 
> develop software using ecos RTOS .Please help me how to start 
> application in ecos
>

Hello,

What type of processor you have?

What is exactly the application?

Have you used eCos before?

Balazs

Re: help on Ecos application development cycle

2005-11-16 by subhashinimanne

LPC2294 Phillips ARM7TDMI-S based Micro controller.The main function 
of System is to get data from different meterological,oceanographic 
sensors.then process these sensor data store them in NAND Flash disk 
for data transmission.Inever used ecos before.but Iknow some functions


--- In lpc2000@yahoogroups.com, "balazs_scherer" <scheba@f...> wrote:
>
> --- In lpc2000@yahoogroups.com, "subhashinimanne"
> <subhashinimanne@y...> wrote:
> >
> >        We have developed ARM based Data Acquisition system .I 
have to 
Show quoted textHide quoted text
> > develop software using ecos RTOS .Please help me how to start 
> > application in ecos
> >
> 
> Hello,
> 
> What type of processor you have?
> 
> What is exactly the application?
> 
> Have you used eCos before?
> 
> Balazs
>

Re: help on Ecos application development cycle

2005-11-16 by balazs_scherer

--- In lpc2000@yahoogroups.com, "subhashinimanne"
<subhashinimanne@y...> wrote:
>
> LPC2294 Phillips ARM7TDMI-S based Micro controller.The main function 
> of System is to get data from different meterological,oceanographic 
> sensors.then process these sensor data store them in NAND Flash disk 
> for data transmission.Inever used ecos before.but Iknow some functions
> 

OK, we have a similar project currently with the same processor (the
application are is comletly different, but the functions are about the
same, the only problem that needs a work around is a FAT file system
in the Flash card.)

I'm using the LPC2106 with eCos for a long time, so probably I can
help you.

First you should need external RAM for you LPC2294, because the
internal 16k is not enought to eCos.

To start eCos you sould go to http://sources.redhat.com/ecos/
and perform the downloading and installation steps. Of course 
you need cygwin if you are using windows. The installation steps are
well described so just follow them (don't forget to download the arm
gnu tools, the eCos installation it will ask if you want that).

After you have done it it is still many thing to do...

If you are using windows, then you probably need to download the new
version of the configtool from
http://www.ecoscentric.com/devzone/configtool.shtml

The old one should be replaced with this in the ecos-2.0/tools directory.

Try to run this configtool. It should be working and recogniying many
packets.

If you have done these steps write me and I will send the following
steps. 

Balazs
Show quoted textHide quoted text
> 
> --- In lpc2000@yahoogroups.com, "balazs_scherer" <scheba@f...> wrote:
> >
> > --- In lpc2000@yahoogroups.com, "subhashinimanne"
> > <subhashinimanne@y...> wrote:
> > >
> > >        We have developed ARM based Data Acquisition system .I 
> have to 
> > > develop software using ecos RTOS .Please help me how to start 
> > > application in ecos
> > >
> > 
> > Hello,
> > 
> > What type of processor you have?
> > 
> > What is exactly the application?
> > 
> > Have you used eCos before?
> > 
> > Balazs
> >
>

Re: help on Ecos application development cycle

2005-11-16 by nospam@FreeRTOS.org

subhashinimanne writes: 

>      We have developed ARM based Data Acquisition system .I have to 
>develop software using ecos RTOS .Please help me how to start 
>application in ecos
 

A question on the eCOS mailing list might provide assistance.
http://ecos.sourceware.org/intouch.html 


Regards,
Richard. 


http://www.FreeRTOS.org

Re: [lpc2000] help on Ecos application development cycle

2005-11-16 by Charles Manning

On Wednesday 16 November 2005 21:01, you wrote:
>        We have developed ARM based Data Acquisition system .I have to
> develop software using ecos RTOS .Please help me how to start
> application in ecos

I'd suggest that an ecos list would be a better place to ask.

Re: [lpc2000] Re: help on Ecos application development cycle

2005-11-24 by Mohan K

Hi Balazs,
Somebody is telling that the ecos is not an RTOS, only the ecos-pro is an
RTOS. Is this true? If true how can we use ecos in RTS applications?

Please advice.

Thanks & Regards,
Mohan




On 11/16/05, balazs_scherer <scheba@...> wrote:
>
> --- In lpc2000@yahoogroups.com, "subhashinimanne"
> <subhashinimanne@y...> wrote:
> >
> > LPC2294 Phillips ARM7TDMI-S based Micro controller.The main function
> > of System is to get data from different meterological,oceanographic
> > sensors.then process these sensor data store them in NAND Flash disk
> > for data transmission.Inever used ecos before.but Iknow some functions
> >
>
> OK, we have a similar project currently with the same processor (the
> application are is comletly different, but the functions are about the
> same, the only problem that needs a work around is a FAT file system
> in the Flash card.)
>
> I'm using the LPC2106 with eCos for a long time, so probably I can
> help you.
>
> First you should need external RAM for you LPC2294, because the
> internal 16k is not enought to eCos.
>
> To start eCos you sould go to http://sources.redhat.com/ecos/
> and perform the downloading and installation steps. Of course
> you need cygwin if you are using windows. The installation steps are
> well described so just follow them (don't forget to download the arm
> gnu tools, the eCos installation it will ask if you want that).
>
> After you have done it it is still many thing to do...
>
> If you are using windows, then you probably need to download the new
> version of the configtool from
> http://www.ecoscentric.com/devzone/configtool.shtml
>
> The old one should be replaced with this in the ecos-2.0/tools directory.
>
> Try to run this configtool. It should be working and recogniying many
> packets.
>
> If you have done these steps write me and I will send the following
> steps.
>
> Balazs
>
> >
> > --- In lpc2000@yahoogroups.com, "balazs_scherer" <scheba@f...> wrote:
> > >
> > > --- In lpc2000@yahoogroups.com, "subhashinimanne"
> > > <subhashinimanne@y...> wrote:
> > > >
> > > >        We have developed ARM based Data Acquisition system .I
> > have to
> > > > develop software using ecos RTOS .Please help me how to start
> > > > application in ecos
> > > >
> > >
> > > Hello,
> > >
> > > What type of processor you have?
> > >
> > > What is exactly the application?
> > >
> > > Have you used eCos before?
> > >
> > > Balazs
> > >
> >
>
>
>
>
>
>
> SPONSORED LINKS
>   Microprocessor<http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=tsVC-J9hJ5qyXg0WPR0l6g>
> Microcontrollers<http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=DvJVNqC_pqRTm8Xq01nxwg> Pic
> microcontrollers<http://groups.yahoo.com/gads?t=ms&k=Pic+microcontrollers&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=TpkoX4KofDJ7c6LyBvUqVQ>  8051
> microprocessor<http://groups.yahoo.com/gads?t=ms&k=8051+microprocessor&w1=Microprocessor&w2=Microcontrollers&w3=Pic+microcontrollers&w4=8051+microprocessor&c=4&s=93&.sig=1Ipf1Fjfbd_HVIlekkDP-A>
>  ------------------------------
> YAHOO! GROUPS LINKS
>
>
>    -  Visit your group "lpc2000 <http://groups.yahoo.com/group/lpc2000>"
>    on the web.
>
>    -  To unsubscribe from this group, send an email to:
>     lpc2000-unsubscribe@yahoogroups.com<lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
>    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>    Service <http://docs.yahoo.com/info/terms/>.
>
>
>  ------------------------------
>


[Non-text portions of this message have been removed]

Re: help on Ecos application development cycle

2005-11-24 by donhamilton2002

--- In lpc2000@yahoogroups.com, Mohan K <kmohangda@g...> wrote:
> Somebody is telling that the ecos is not an RTOS, only the ecos-pro
is an
> RTOS. Is this true? If true how can we use ecos in RTS applications?
> 
> Please advice.
> 
> Thanks & Regards,
> Mohan
> 
> > To start eCos you sould go to http://sources.redhat.com/ecos/

Try this                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Its one the first page.

Re: [lpc2000] Re: help on Ecos application development cycle

2005-11-24 by 42Bastian Schick

Mohan K <kmohangda@...> schrieb am Thu, 24 Nov 2005 17:15:47 +0530:

> Hi Balazs,
> Somebody is telling that the ecos is not an RTOS, only the ecos-pro is an
> RTOS. Is this true? If true how can we use ecos in RTS applications?

Even Windows is an RTOS :-)
Sure eCos is an RTOS. eCos-pro is only the commercial extension (expensive 
support etc. ) of the GPLed (or a Linux like license) kernel.

But: eCos is a monster in sizes and API, but eCos mailing lists might 
would be more suited.

-- 
42Bastian Schick

Re: help on Ecos application development cycle

2005-11-30 by subhashinimanne

Iam using LPC2106 ARM7TDMI based Micro controller.
Application is Data Acquisition system.
Inever used ecos before
--- In lpc2000@yahoogroups.com, "balazs_scherer" <scheba@f...> wrote:
>
> --- In lpc2000@yahoogroups.com, "subhashinimanne"
> <subhashinimanne@y...> wrote:
> >
> >        We have developed ARM based Data Acquisition system .I 
have to 
Show quoted textHide quoted text
> > develop software using ecos RTOS .Please help me how to start 
> > application in ecos
> >


> 
> Hello,
> 
> What type of processor you have?
> 
> What is exactly the application?
> 
> Have you used eCos before?
> 
> Balazs
>

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.