This is the mail archive of the ecos-discuss@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]

RE: problem of ping command in redboot



On 20-Mar-2001 lmc83 wrote:
> hi,
>     I download a redboot_ROM image into my target (EDB7212),
>     and config a static IP for it.
>     I also setup up a tftp server in my linux host.
>     When I follow the step in document to load a image:
>     Redboot> load thread_gdb
>     The target replied: can't find address of server
>     When I ping the linux host:
>     Redboot> ping -h xxx.xxx.xxx.xxx
>     The target replied: can't find address of server xxx.xxx.xxx.xxx
>     But if I ping the target from my linux host,
>     the host could found the target, what's wrong?

Try enabling the network debugging (using the 'fconfig' command).
This may provide some clues.  (Send me the dumps if you don't understand them).

>     Also, if I would like to use serial port to
>     load image instead of use ethernet, 
>     how to do this?

You can load files using Xmodem via the 'load' command in RedBoot.
Alternatively, you can download programs using the serial line with GDB.


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