public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] How to?Loading Application using Network HUB
@ 2006-07-07 11:15 AbdullahKhateeb Khan
  2006-07-10 11:49 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: AbdullahKhateeb Khan @ 2006-07-07 11:15 UTC (permalink / raw)
  To: Bart Veer; +Cc: ecos-discuss

im using a Windows based environment with a Pentium
CPU as both Host and Target. Im trying to download the
'.exe' file through the network hub but i havent been
succesful with that 

Can anyone help me out with the exact command sequence
using 'load' command in RedBoot

my HOST ip-address is 192.168.0.10 and my TARGET
ip-address is 192.168.0.10

1- load -r -v -h 192.168.0.10 -m HTTP -c 1 -b
0x000a0000 hello.exe  
2- load -r -v -h 192.168.0.10 -m HTTP -c 1 -b
0x000a0000 hello.exe 

On Boot Up RedBoot gives the following command on my
Hyper Terminal console/display

----------------------------------------------------
Ethernet eth0: MAC address 00:50:8b:0f:e8:34
IP: 192.168.0.10/255.255.255.0, Gateway: 0.0.0.0
Default server: 0.0.0.0, DNS server IP: 0.0.0.0

RedBoot(tm) bootstrap and debug environment [FLOPPY]
Non-certified release, version UNKNOWN - built
23:49:26, May 28 2006

Platform: PC (I386)
eCos based Embedded System.

RAM: 0x00000000-0x000a0000, 0x0008ac10-0x000a0000
available
RedBoot>
----------------------------------------------------
Can anyone help me out with the load command sequence
using network load in RedBoot


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam
protection around 
http://mail.yahoo.com 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
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] 2+ messages in thread

* Re: [ECOS] How to?Loading Application using Network HUB
  2006-07-07 11:15 [ECOS] How to?Loading Application using Network HUB AbdullahKhateeb Khan
@ 2006-07-10 11:49 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2006-07-10 11:49 UTC (permalink / raw)
  To: AbdullahKhateeb Khan; +Cc: ecos-discuss

AbdullahKhateeb Khan wrote:
> im using a Windows based environment with a Pentium
> CPU as both Host and Target. Im trying to download the
> '.exe' file through the network hub but i havent been
> succesful with that 
>
> Can anyone help me out with the exact command sequence
> using 'load' command in RedBoot
>
> my HOST ip-address is 192.168.0.10 and my TARGET
> ip-address is 192.168.0.10
>
> 1- load -r -v -h 192.168.0.10 -m HTTP -c 1 -b
> 0x000a0000 hello.exe  
> 2- load -r -v -h 192.168.0.10 -m HTTP -c 1 -b
> 0x000a0000 hello.exe 
>
> On Boot Up RedBoot gives the following command on my
> Hyper Terminal console/display
>
> ----------------------------------------------------
> Ethernet eth0: MAC address 00:50:8b:0f:e8:34
> IP: 192.168.0.10/255.255.255.0, Gateway: 0.0.0.0
> Default server: 0.0.0.0, DNS server IP: 0.0.0.0
>
> RedBoot(tm) bootstrap and debug environment [FLOPPY]
> Non-certified release, version UNKNOWN - built
> 23:49:26, May 28 2006
>
> Platform: PC (I386)
> eCos based Embedded System.
>
> RAM: 0x00000000-0x000a0000, 0x0008ac10-0x000a0000
> available
> RedBoot>
> ----------------------------------------------------
> Can anyone help me out with the load command sequence
> using network load in RedBoot
>   
You've got the commands right - you just need to find the address of 
your TFTP server.  It
can't be the same as your target board's IP.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


-- 
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] 2+ messages in thread

end of thread, other threads:[~2006-07-10 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-07 11:15 [ECOS] How to?Loading Application using Network HUB AbdullahKhateeb Khan
2006-07-10 11:49 ` Gary Thomas

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