public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Establishing ethernet support, ping failure
@ 2004-04-21 17:42 Aniket S Joshi
  2004-04-22  7:58 ` mohanlal jangir
  2004-04-23 14:17 ` [ECOS] " Kelvin Lawson
  0 siblings, 2 replies; 3+ messages in thread
From: Aniket S Joshi @ 2004-04-21 17:42 UTC (permalink / raw)
  To: ecos-discuss

Hello,

We are trying to add the networking support for Hitachi 7729 hardware. we have removed the network support from Redboot and downloading application through serial port.

Application is built with network support configuration (freeBSD)

We testing the network support added with ping command. 

Loopback test on the board with ping command works fine.
(ping 127.0.0.1 works fine on the board)

But there is no response, when we ping the board from host PC or ping host PC from the board.
(ping timeout)

pls give us the solution

Thanks in advance


Aniket Joshi



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

* Re: [ECOS] Establishing ethernet support, ping failure
  2004-04-21 17:42 [ECOS] Establishing ethernet support, ping failure Aniket S Joshi
@ 2004-04-22  7:58 ` mohanlal jangir
  2004-04-23 14:17 ` [ECOS] " Kelvin Lawson
  1 sibling, 0 replies; 3+ messages in thread
From: mohanlal jangir @ 2004-04-22  7:58 UTC (permalink / raw)
  To: Aniket S Joshi, ecos-discuss

Are ping packets coming out of your board? Run tcpdump on other machine and
see if packets are coming on network.

Regards
Mohanlal

----- Original Message -----
From: "Aniket S Joshi" <aniketsj@myw.ltindia.com>
To: <ecos-discuss@sources.redhat.com>
Sent: Wednesday, April 21, 2004 7:22 PM
Subject: [ECOS] Establishing ethernet support, ping failure


Hello,

We are trying to add the networking support for Hitachi 7729 hardware. we
have removed the network support from Redboot and downloading application
through serial port.

Application is built with network support configuration (freeBSD)

We testing the network support added with ping command.

Loopback test on the board with ping command works fine.
(ping 127.0.0.1 works fine on the board)

But there is no response, when we ping the board from host PC or ping host
PC from the board.
(ping timeout)

pls give us the solution

Thanks in advance


Aniket Joshi



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



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

* [ECOS] Re: Establishing ethernet support, ping failure
  2004-04-21 17:42 [ECOS] Establishing ethernet support, ping failure Aniket S Joshi
  2004-04-22  7:58 ` mohanlal jangir
@ 2004-04-23 14:17 ` Kelvin Lawson
  1 sibling, 0 replies; 3+ messages in thread
From: Kelvin Lawson @ 2004-04-23 14:17 UTC (permalink / raw)
  To: ecos-discuss

Aniket S Joshi wrote:

> Hello,
> 
> We are trying to add the networking support for Hitachi 7729 hardware. we have removed the network support from Redboot and downloading application through serial port.
> 
> Application is built with network support configuration (freeBSD)
> 
> We testing the network support added with ping command. 
> 
> Loopback test on the board with ping command works fine.
> (ping 127.0.0.1 works fine on the board)
> 
> But there is no response, when we ping the board from host PC or ping host PC from the board.
> (ping timeout)
> 
> pls give us the solution

Have you enabled any debug messages in your build ? What do they say ? 
You can turn on debug in the Common Ethernet Support package 
(CYGDBG_IO_ETH_DRIVERS_DEBUG). You may also be able to enable extra 
debug in the Ethernet driver itself.

Have you checked with Ethereal/tcpdump whether any traffic is actually 
leaving your board ? Do you have any LEDs on the Ethernet port, and do 
they light up when you start your application ?

Can you see any messages like "client IP: 10.0.0.1" when you start your 
application ? Depending on your configuration it may be necessary to 
call init_all_network_interfaces() in your applicaiton. However, if 
loopback is working then maybe this isn't necessary.

Without more information like this it is difficult to guess what your 
problem might be.

Kelvin.



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

end of thread, other threads:[~2004-04-23 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-21 17:42 [ECOS] Establishing ethernet support, ping failure Aniket S Joshi
2004-04-22  7:58 ` mohanlal jangir
2004-04-23 14:17 ` [ECOS] " Kelvin Lawson

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