public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] FTP Support on Redboot
@ 2004-04-30 19:51 Vedaraman Sethuraman (IE10)
  0 siblings, 0 replies; 6+ messages in thread
From: Vedaraman Sethuraman (IE10) @ 2004-04-30 19:51 UTC (permalink / raw)
  To: Gary Thomas, Vedaraman Sethuraman (IE10); +Cc: naiduk, ecos-discuss

Thanks a lot!!! If you have this framework already it would be of great
use....

-----Original Message-----
From: Gary Thomas [mailto:gary@mlbassoc.com]
Sent: Friday, April 30, 2004 7:53 PM
To: Vedaraman Sethuraman (IE10)
Cc: naiduk@intotoinc.com; ecos-discuss@sources.redhat.com
Subject: RE: [ECOS] FTP Support on Redboot


On Fri, 2004-04-30 at 08:26, Vedaraman Sethuraman (IE10) wrote:
> Hello Gary,
> 
> I need to support Client FTP for downloading images.
> 
> I understand that Redboot has a minimal stack ( UDP support for doing a
TFTP
> ). 
> 
> For FTP, I think the task is to remove the standalone stack and insert a
> full fledged TCP/IP stack ( Open BSD/ Free BSD). Am i right?

No.  RedBoot's stack, while minimal, is fully capable of running FTP via
TCP/IP.  It's just a matter of defining support for that protocol.

> 
> Please explain me the process of achieving this.
> 
> Thanks,
> Vedaraman.
> 
> -----Original Message-----
> From: Gary Thomas [mailto:gary@mlbassoc.com]
> Sent: Friday, April 30, 2004 7:41 PM
> To: Vedaraman Sethuraman (IE10)
> Cc: naiduk@intotoinc.com; ecos-discuss@sources.redhat.com
> Subject: Re: [ECOS] FTP Support on Redboot
> 
> 
> On Fri, 2004-04-30 at 08:10, Vedaraman Sethuraman (IE10) wrote:
> > I am really waiting for inputs from any of you. Pls try to suggest.
> > 
> > Thanks,
> > Vedaraman.
> > 
> > >  -----Original Message-----
> > > From: 	Vedaraman Sethuraman (IE10)  
> > > Sent:	Saturday, April 03, 2004 3:47 PM
> > > To:	'ecos-discuss@sources.redhat.com'
> > > Subject:	FTP Support on Redboot
> > > 
> > > Hello,
> > > 
> > > 	I need to support FTP on Redboot. Could anyone suggest me the steps
> > > involved in this?
> 
> What sort of FTP support are you looking for?  client FTP for 
> downloading images?  FTP server (for some other purpose)?
> 
> > > 
> > > Can redboot communicate with devices sitting on different subnet. If
> not,
> > > what are the changes i need to make. Pls suggest.
> 
> Yes, RedBoot is capable of handling this.  All you need do is define a 
> gateway (using 'fconfig')
> 
> -- 
> Gary Thomas <gary@mlbassoc.com>
> MLB Associates
-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates

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

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

* RE: [ECOS] FTP Support on Redboot
  2004-04-30 19:30 Vedaraman Sethuraman (IE10)
@ 2004-04-30 19:34 ` Gary Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2004-04-30 19:34 UTC (permalink / raw)
  To: Vedaraman Sethuraman (IE10); +Cc: naiduk, ecos-discuss

On Fri, 2004-04-30 at 08:26, Vedaraman Sethuraman (IE10) wrote:
> Hello Gary,
> 
> I need to support Client FTP for downloading images.
> 
> I understand that Redboot has a minimal stack ( UDP support for doing a TFTP
> ). 
> 
> For FTP, I think the task is to remove the standalone stack and insert a
> full fledged TCP/IP stack ( Open BSD/ Free BSD). Am i right?

No.  RedBoot's stack, while minimal, is fully capable of running FTP via
TCP/IP.  It's just a matter of defining support for that protocol.

> 
> Please explain me the process of achieving this.
> 
> Thanks,
> Vedaraman.
> 
> -----Original Message-----
> From: Gary Thomas [mailto:gary@mlbassoc.com]
> Sent: Friday, April 30, 2004 7:41 PM
> To: Vedaraman Sethuraman (IE10)
> Cc: naiduk@intotoinc.com; ecos-discuss@sources.redhat.com
> Subject: Re: [ECOS] FTP Support on Redboot
> 
> 
> On Fri, 2004-04-30 at 08:10, Vedaraman Sethuraman (IE10) wrote:
> > I am really waiting for inputs from any of you. Pls try to suggest.
> > 
> > Thanks,
> > Vedaraman.
> > 
> > >  -----Original Message-----
> > > From: 	Vedaraman Sethuraman (IE10)  
> > > Sent:	Saturday, April 03, 2004 3:47 PM
> > > To:	'ecos-discuss@sources.redhat.com'
> > > Subject:	FTP Support on Redboot
> > > 
> > > Hello,
> > > 
> > > 	I need to support FTP on Redboot. Could anyone suggest me the steps
> > > involved in this?
> 
> What sort of FTP support are you looking for?  client FTP for 
> downloading images?  FTP server (for some other purpose)?
> 
> > > 
> > > Can redboot communicate with devices sitting on different subnet. If
> not,
> > > what are the changes i need to make. Pls suggest.
> 
> Yes, RedBoot is capable of handling this.  All you need do is define a 
> gateway (using 'fconfig')
> 
> -- 
> Gary Thomas <gary@mlbassoc.com>
> MLB Associates
-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


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

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

* RE: [ECOS] FTP Support on Redboot
@ 2004-04-30 19:30 Vedaraman Sethuraman (IE10)
  2004-04-30 19:34 ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Vedaraman Sethuraman (IE10) @ 2004-04-30 19:30 UTC (permalink / raw)
  To: Gary Thomas, Vedaraman Sethuraman (IE10); +Cc: naiduk, ecos-discuss

Hello Gary,

I need to support Client FTP for downloading images.

I understand that Redboot has a minimal stack ( UDP support for doing a TFTP
). 

For FTP, I think the task is to remove the standalone stack and insert a
full fledged TCP/IP stack ( Open BSD/ Free BSD). Am i right?

Please explain me the process of achieving this.

Thanks,
Vedaraman.

-----Original Message-----
From: Gary Thomas [mailto:gary@mlbassoc.com]
Sent: Friday, April 30, 2004 7:41 PM
To: Vedaraman Sethuraman (IE10)
Cc: naiduk@intotoinc.com; ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] FTP Support on Redboot


On Fri, 2004-04-30 at 08:10, Vedaraman Sethuraman (IE10) wrote:
> I am really waiting for inputs from any of you. Pls try to suggest.
> 
> Thanks,
> Vedaraman.
> 
> >  -----Original Message-----
> > From: 	Vedaraman Sethuraman (IE10)  
> > Sent:	Saturday, April 03, 2004 3:47 PM
> > To:	'ecos-discuss@sources.redhat.com'
> > Subject:	FTP Support on Redboot
> > 
> > Hello,
> > 
> > 	I need to support FTP on Redboot. Could anyone suggest me the steps
> > involved in this?

What sort of FTP support are you looking for?  client FTP for 
downloading images?  FTP server (for some other purpose)?

> > 
> > Can redboot communicate with devices sitting on different subnet. If
not,
> > what are the changes i need to make. Pls suggest.

Yes, RedBoot is capable of handling this.  All you need do is define a 
gateway (using 'fconfig')

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates

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

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

* Re: [ECOS] FTP Support on Redboot
  2004-04-30 14:23 Vedaraman Sethuraman (IE10)
@ 2004-04-30 14:33 ` Gary Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2004-04-30 14:33 UTC (permalink / raw)
  To: Vedaraman Sethuraman (IE10); +Cc: naiduk, ecos-discuss

On Fri, 2004-04-30 at 08:10, Vedaraman Sethuraman (IE10) wrote:
> I am really waiting for inputs from any of you. Pls try to suggest.
> 
> Thanks,
> Vedaraman.
> 
> >  -----Original Message-----
> > From: 	Vedaraman Sethuraman (IE10)  
> > Sent:	Saturday, April 03, 2004 3:47 PM
> > To:	'ecos-discuss@sources.redhat.com'
> > Subject:	FTP Support on Redboot
> > 
> > Hello,
> > 
> > 	I need to support FTP on Redboot. Could anyone suggest me the steps
> > involved in this?

What sort of FTP support are you looking for?  client FTP for 
downloading images?  FTP server (for some other purpose)?

> > 
> > Can redboot communicate with devices sitting on different subnet. If not,
> > what are the changes i need to make. Pls suggest.

Yes, RedBoot is capable of handling this.  All you need do is define a 
gateway (using 'fconfig')

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


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

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

* [ECOS] FTP Support on Redboot
@ 2004-04-30 14:23 Vedaraman Sethuraman (IE10)
  2004-04-30 14:33 ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Vedaraman Sethuraman (IE10) @ 2004-04-30 14:23 UTC (permalink / raw)
  To: naiduk, ecos-discuss

I am really waiting for inputs from any of you. Pls try to suggest.

Thanks,
Vedaraman.

>  -----Original Message-----
> From: 	Vedaraman Sethuraman (IE10)  
> Sent:	Saturday, April 03, 2004 3:47 PM
> To:	'ecos-discuss@sources.redhat.com'
> Subject:	FTP Support on Redboot
> 
> Hello,
> 
> 	I need to support FTP on Redboot. Could anyone suggest me the steps
> involved in this?
> 
> Can redboot communicate with devices sitting on different subnet. If not,
> what are the changes i need to make. Pls suggest.
> 
> Thanks and Best regards,
> Vedaraman.

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

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

* [ECOS] FTP Support on Redboot
@ 2004-04-03 16:35 Vedaraman Sethuraman (IE10)
  0 siblings, 0 replies; 6+ messages in thread
From: Vedaraman Sethuraman (IE10) @ 2004-04-03 16:35 UTC (permalink / raw)
  To: ecos-discuss

> Hello,
> 
> 	I need to support FTP on Redboot. Could anyone suggest me the steps
> involved in this?
> 
> Can redboot communicate with devices sitting on different subnet. If not,
> what are the changes i need to make. Pls suggest.
> 
> Thanks and Best regards,
> Vedaraman.

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

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

end of thread, other threads:[~2004-04-30 14:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-30 19:51 [ECOS] FTP Support on Redboot Vedaraman Sethuraman (IE10)
  -- strict thread matches above, loose matches on Subject: below --
2004-04-30 19:30 Vedaraman Sethuraman (IE10)
2004-04-30 19:34 ` Gary Thomas
2004-04-30 14:23 Vedaraman Sethuraman (IE10)
2004-04-30 14:33 ` Gary Thomas
2004-04-03 16:35 Vedaraman Sethuraman (IE10)

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).