This is the mail archive of the ecos-patches@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: redboot load method with netcat


On Wed, 2002-09-04 at 09:39, Jani Monoses wrote:
> Hi
> this lets redboot connect to any specified port on the host for downloading.
> example:
> #nc -l -p 578 < image.elf on the host
> 
> load -m nc -h IP -p 578 in redboot;
> if no -p is specified 8000 is used for the port.
> The advantages of this method is that no server setup or root privileges are required on the host
> and images need not be copied to specific directories.OTOH it is not easily automated since
> one needs to manually break host nc or call it with -w timeout.

What is 'nc' (netcat)?  Is this a standard program?
The process/form of using this method doesn't seem all that
useful to me, since it's so cumbersome.

-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


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