public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] Network Support
@ 1999-02-10 21:23 Zubin Burjor Sethna
       [not found] ` < 6006B52C37ABD211AB0900805FFE9D79169230@saturn.sg.adisys.com.au >
  0 siblings, 1 reply; 35+ messages in thread
From: Zubin Burjor Sethna @ 1999-02-10 21:23 UTC (permalink / raw)
  To: 'ecos discussion mailing list'

I had a quick look, it seems the development tools are ADA based and you can
only access the on-line docs if you are a support customer. Doesn't sound
very open to me. Have I missed something?

Zubin


> RTEMS (the first(?) Open Source RTOS ;) has a decent TCP/IP stack... and
> has
> a *LOT* of MPC860 people using it. I don't think that anyone has released
> a
> BSP for a generic MPC860 board but I'm sure that getting one together is
> not
> that tough.
> As far as RTOSs go RTEMS is somewhere between eCos and a larger RTOS like
> vxworks for features. Have a look at http://www.oarcorp.com/ for details.
> 
> Dave

^ permalink raw reply	[flat|nested] 35+ messages in thread
* RE: [ECOS] network support
@ 2001-01-30  6:20 James Dabbs
  0 siblings, 0 replies; 35+ messages in thread
From: James Dabbs @ 2001-01-30  6:20 UTC (permalink / raw)
  To: eCos Disuss

We're interested in evaluating eCos for an embedded network application.  I
am wondering how much work it will be to create a BSP for an Atmel AT91EB40
EVB with a scabbed-on LAN91C110 or LAN91C96.  We will be using UDP/IP over
ethernet, but we need to be a DCHP client and be able to join IP multicast
groups.

1. Is this supported "out-of-the-box"?

2. If not, is it close to anything already supported?

3. Is there a white-paper on BSP development/porting that can give me an
idea of the task to get eCos running in this environment?

Thanks!
James Dabbs

^ permalink raw reply	[flat|nested] 35+ messages in thread
* [ECOS] network support
@ 2001-01-19  8:41 Fano Ramparany
  2001-01-19  9:36 ` Gary Thomas
  0 siblings, 1 reply; 35+ messages in thread
From: Fano Ramparany @ 2001-01-19  8:41 UTC (permalink / raw)
  To: eCos Disuss

I'm testing the tcpip network support on a EDB7212 board. I've looked at

the init_all_network_interfaces source code which suggests that
CYGHWR_NET_DRIVER_ETH0_BOOTP macro should be defined
as a compilation flag. When this is tested I get the messages:
SIOCSIFADDR: Device not configured
BOOTP failed on eth0
What did I wrong? Is there any documentation on how to use the tcpip
stack?
Thanks in advance for any hint.

Fano Ramparany

^ permalink raw reply	[flat|nested] 35+ messages in thread
* Re: [ECOS] Network Support
@ 1999-02-10 18:37 Wendell Thompson
  1999-02-11  9:45 ` Rick Leir
  0 siblings, 1 reply; 35+ messages in thread
From: Wendell Thompson @ 1999-02-10 18:37 UTC (permalink / raw)
  To: ecos-discuss

Has anyone looked into porting the XINU stack to eCos? The license for XINU
allows free commercial use and it's well documented.

Wendell Thompson

-----Original Message-----
From: David J. Fiddes <D.J@fiddes.surfaid.org>
To: ecos-discuss@cygnus.com <ecos-discuss@cygnus.com>
Date: Wednesday, February 10, 1999 3:23 PM
Subject: RE: [ECOS] Network Support


>Hi,
>
>> Does this mean that there is *no* IP support is eCOS?
>> I amplanning on making extensive use of the networking
>> capabilities of the MPC860T. Does this mean purchasing
>> commercial stacks?
>>
>> Has anyone ever done this?
>
>I know this is the wrong forum but....
>
>RTEMS (the first(?) Open Source RTOS ;) has a decent TCP/IP stack... and
has
>a *LOT* of MPC860 people using it. I don't think that anyone has released a
>BSP for a generic MPC860 board but I'm sure that getting one together is
not
>that tough.
>As far as RTOSs go RTEMS is somewhere between eCos and a larger RTOS like
>vxworks for features. Have a look at http://www.oarcorp.com/ for details.
>
>Dave
>
>

^ permalink raw reply	[flat|nested] 35+ messages in thread
* Re: [ECOS] Network Support
@ 1999-02-09 11:01 Gordon McFadden
       [not found] ` < Pine.LNX.4.04.9902090702270.648-100000@mailhost.westsoft-systems.com >
  0 siblings, 1 reply; 35+ messages in thread
From: Gordon McFadden @ 1999-02-09 11:01 UTC (permalink / raw)
  To: ecos-discuss

On Sat, 6 Feb 1999 weatp@syntron.com wrote:
> 
>      Any idea when we are likely to see some network support in eCOS? 
>      Specifically, a UDP/TCP sockets layer.
>      
>      Thanks
>      Peter Weatherall
>      weatp@syntron.com
> 
> 


Hmmm...

Does this mean that there is *no* IP support is eCOS?
I amplanning on making extensive use of the networking 
capabilities of the MPC860T. Does this mean purchasing
commercial stacks?

Has anyone ever done this?

Gord
--
gmcfadden@westsoft-systems.com
http://www.westsoft-systems.com

Real Time Programming and System Development


^ permalink raw reply	[flat|nested] 35+ messages in thread
* [ECOS] Network Support
@ 1999-02-06 13:48 weatp
       [not found] ` < 9902069183.AA918326790@mail.syntron.com >
  0 siblings, 1 reply; 35+ messages in thread
From: weatp @ 1999-02-06 13:48 UTC (permalink / raw)
  To: ecos-discuss

     Any idea when we are likely to see some network support in eCOS? 
     Specifically, a UDP/TCP sockets layer.
     
     Thanks
     Peter Weatherall
     weatp@syntron.com


^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2001-02-15  6:42 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-10 21:23 [ECOS] Network Support Zubin Burjor Sethna
     [not found] ` < 6006B52C37ABD211AB0900805FFE9D79169230@saturn.sg.adisys.com.au >
1999-02-12 19:57   ` David J. Fiddes
  -- strict thread matches above, loose matches on Subject: below --
2001-01-30  6:20 [ECOS] network support James Dabbs
2001-01-19  8:41 Fano Ramparany
2001-01-19  9:36 ` Gary Thomas
2001-01-22  6:48   ` Fano Ramparany
2001-01-22  7:13     ` Gary Thomas
2001-01-30  2:52       ` Fano Ramparany
2001-01-30  4:34         ` Gary Thomas
2001-01-30  6:03           ` Fano Ramparany
2001-01-30  6:08             ` Gary Thomas
2001-01-30  6:25               ` Lewin A.R.W. Edwards
2001-01-30  6:31                 ` Gary Thomas
2001-01-30  6:43                   ` Lewin A.R.W. Edwards
2001-02-13  5:55               ` Fano Ramparany
2001-02-13  6:20                 ` Gary Thomas
2001-02-14  2:44                   ` Fano Ramparany
2001-02-14  5:08                     ` Gary Thomas
2001-02-14  7:59                       ` Fano Ramparany
2001-02-14  8:24                         ` Gary Thomas
2001-02-14  9:12                           ` Lewin A.R.W. Edwards
2001-02-14  9:25                             ` Gary Thomas
2001-02-14  9:32                               ` Lewin A.R.W. Edwards
2001-02-14  9:40                                 ` Gary Thomas
2001-02-14 10:28                                   ` Robin Farine
2001-02-15  6:42                           ` Fano Ramparany
2001-01-22  7:15   ` Fano Ramparany
1999-02-10 18:37 [ECOS] Network Support Wendell Thompson
1999-02-11  9:45 ` Rick Leir
     [not found]   ` < 36C2F1F1.63DE@hymarc.com >
1999-02-14  7:02     ` David J. Fiddes
1999-02-09 11:01 Gordon McFadden
     [not found] ` < Pine.LNX.4.04.9902090702270.648-100000@mailhost.westsoft-systems.com >
1999-02-10 13:22   ` David J. Fiddes
1999-02-10 21:19     ` Brendan Simon
1999-02-06 13:48 weatp
     [not found] ` < 9902069183.AA918326790@mail.syntron.com >
1999-02-08  8:26   ` Bart Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).