Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx


Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Comp.Arch.Embedded | E-COS development


Advertise Here

There are 15 messages in this thread.

You are currently looking at messages 0 to 10.

E-COS development - Alfredo Astori - 2003-12-16 12:06:00

Hello,

I'm looking for a good OS to use with a new project that, probably, will be
builded around an ATMEL AT91 processor; the project is intended to develop
an acquisition system device with an Internet connectivity.

I haven't any experience with Linux & Co., so can this OS be very hard to
understand respect other choices?

Someone has some feelings about the development with this OS? There are
others good alternatives to it?

Thank you,

Alfredo





Re: E-COS development - Buddy Smith - 2003-12-16 12:37:00

Alfredo Astori <a...@lsi-lastem.it> wrote:
: Hello,
: 
: I'm looking for a good OS to use with a new project that, probably, will be
: builded around an ATMEL AT91 processor; the project is intended to develop
: an acquisition system device with an Internet connectivity.
:

<snip>

Linux != eCos. They are very very different.

eCos is associated with linux, usually, because it is currently owned by 
Redhat.

So, are you wanting embedded linux advice or eCos advice?

--buddy

-- 
Remove '.spaminator' and '.invalid' from email address
when replying.


Re: E-COS development - John Marland - 2003-12-16 12:53:00

	I'd be very interested in what you hear as well. I've been working with 
two different AT91 based systems, one is an ARM 7 EB55 board, the other 
is an ARM 9 based board.
	At this point I've learned much more than I thought I would have to 
about the internals of ARM chips.
	Before you try to pick an OS, find out what BSP's are available for the 
platform  you want to develop on. Then match that to the available OS's 
vs your pocket book.
	....JW

Alfredo Astori wrote:
> Hello,
> 
> I'm looking for a good OS to use with a new project that, probably, will be
> builded around an ATMEL AT91 processor; the project is intended to develop
> an acquisition system device with an Internet connectivity.
> 
> I haven't any experience with Linux & Co., so can this OS be very hard to
> understand respect other choices?
> 
> Someone has some feelings about the development with this OS? There are
> others good alternatives to it?
> 
> Thank you,
> 
> Alfredo
> 
> 


Re: E-COS development - Eric - 2003-12-16 16:14:00

We sell both Sciopta RTOS (very fast and small due to Assembler based
kernel) as well as SMX (traditional C Kernel) - both offer support for ARM
and a wide variety of processors.  BSP's are included at no cost.

Contact me at: E...@emRep.com and I can share more details with you.
Eric


"Alfredo Astori" <a...@lsi-lastem.it> wrote in message
news:brndpg$bn1$1...@fata.cs.interbusiness.it...
> Hello,
>
> I'm looking for a good OS to use with a new project that, probably, will
be
> builded around an ATMEL AT91 processor; the project is intended to develop
> an acquisition system device with an Internet connectivity.
>
> I haven't any experience with Linux & Co., so can this OS be very hard to
> understand respect other choices?
>
> Someone has some feelings about the development with this OS? There are
> others good alternatives to it?
>
> Thank you,
>
> Alfredo
>
>



Re: E-COS development - Lewin A.R.W. Edwards - 2003-12-16 17:12:00

> I'm looking for a good OS to use with a new project that, probably, will be
> builded around an ATMEL AT91 processor; the project is intended to develop
> an acquisition system device with an Internet connectivity.
> I haven't any experience with Linux & Co., so can this OS be very hard to
> understand respect other choices?

Linux is too heavyweight for an AT91-based system (yes, I'm sure
someone will argue with me). Anyway the AT91s [that I know] do not
have MMUs, so you would be using ucLinux, not "real" Linux.

eCos is a completely unrelated operating system. I would describe it
as very well suited to your type of application - it is lightweight
and highly configurable, and has a very functional TCP/IP stack. And
it is free.

Re: E-COS development - AVRFreak - 2003-12-16 21:33:00

"Lewin A.R.W. Edwards" <l...@larwe.com> wrote in message
news:6...@posting.google.com...
> > I'm looking for a good OS to use with a new project that, probably, will
be
> > builded around an ATMEL AT91 processor; the project is intended to
develop
> > an acquisition system device with an Internet connectivity.
> > I haven't any experience with Linux & Co., so can this OS be very hard
to
> > understand respect other choices?
>
> Linux is too heavyweight for an AT91-based system (yes, I'm sure
> someone will argue with me). Anyway the AT91s [that I know] do not
> have MMUs, so you would be using ucLinux, not "real" Linux.

Im pretty sure that 2.6 kernel supports MMU-less processors...


>
> eCos is a completely unrelated operating system. I would describe it
> as very well suited to your type of application - it is lightweight
> and highly configurable, and has a very functional TCP/IP stack. And
> it is free.



Re: E-COS development - Jack Klein - 2003-12-16 23:43:00

On 16 Dec 2003 14:12:57 -0800, l...@larwe.com (Lewin A.R.W. Edwards)
wrote in comp.arch.embedded:

> > I'm looking for a good OS to use with a new project that, probably, will be
> > builded around an ATMEL AT91 processor; the project is intended to develop
> > an acquisition system device with an Internet connectivity.
> > I haven't any experience with Linux & Co., so can this OS be very hard to
> > understand respect other choices?
> 
> Linux is too heavyweight for an AT91-based system (yes, I'm sure
> someone will argue with me). Anyway the AT91s [that I know] do not
> have MMUs, so you would be using ucLinux, not "real" Linux.

There is the AT91RM9200, ARM 920T, 180 MHz with MMU and "real" Linux
downloadable from Atmel's web site.  And the part is real, we're
working with prototype boards right now, although we're not using
Linux.

> eCos is a completely unrelated operating system. I would describe it
> as very well suited to your type of application - it is lightweight
> and highly configurable, and has a very functional TCP/IP stack. And
> it is free.

-- 
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq

Re: E-COS development - Ulf Samuelsson - 2003-12-17 07:30:00

> > I'm looking for a good OS to use with a new project that, probably, will
be
> > builded around an ATMEL AT91 processor; the project is intended to
develop
> > an acquisition system device with an Internet connectivity.
> > I haven't any experience with Linux & Co., so can this OS be very hard
to
> > understand respect other choices?
>
> Linux is too heavyweight for an AT91-based system (yes, I'm sure
> someone will argue with me). Anyway the AT91s [that I know] do not
> have MMUs, so you would be using ucLinux, not "real" Linux.
>

So it is time to learn about the AT91RM9200 Lewin ;-)
(Has a USB host controller as well !)

> eCos is a completely unrelated operating system. I would describe it
> as very well suited to your type of application - it is lightweight
> and highly configurable, and has a very functional TCP/IP stack. And
> it is free.

-- 
Best Regards
Ulf at atmel dot com
These comments are intended to be my own opinion and they
may, or may not be shared by my employer, Atmel Sweden.



Re: E-COS development - Lewin A.R.W. Edwards - 2003-12-17 10:22:00

> > Linux is too heavyweight for an AT91-based system (yes, I'm sure
> > someone will argue with me). Anyway the AT91s [that I know] do not
> > have MMUs, so you would be using ucLinux, not "real" Linux.
> 
> There is the AT91RM9200, ARM 920T, 180 MHz with MMU and "real" Linux
> downloadable from Atmel's web site.  And the part is real, we're

Fair enough. When people talk about Atmel's AT91 series, they usually
seem to be talking about the ARM7 beasts, though, which is why I made
the assumption.

Re: E-COS development - David Brown - 2003-12-17 14:08:00

"AVRFreak" <a...@avr.co.nz> wrote in message
news:3...@news.iconz.co.nz...
>
> "Lewin A.R.W. Edwards" <l...@larwe.com> wrote in message
> news:6...@posting.google.com...
> > > I'm looking for a good OS to use with a new project that, probably,
will
> be
> > > builded around an ATMEL AT91 processor; the project is intended to
> develop
> > > an acquisition system device with an Internet connectivity.
> > > I haven't any experience with Linux & Co., so can this OS be very hard
> to
> > > understand respect other choices?
> >
> > Linux is too heavyweight for an AT91-based system (yes, I'm sure
> > someone will argue with me). Anyway the AT91s [that I know] do not
> > have MMUs, so you would be using ucLinux, not "real" Linux.
>
> Im pretty sure that 2.6 kernel supports MMU-less processors...
>

Yes - basically, the key kernel patches of ucLinux have been merged into the
main tree in 2.6.

>
> >
> > eCos is a completely unrelated operating system. I would describe it
> > as very well suited to your type of application - it is lightweight
> > and highly configurable, and has a very functional TCP/IP stack. And
> > it is free.
>
>



| 1 | 2 | next