public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: [ECOS] Unable to ping from redboot to PC
       [not found] <20071127094228.A84CFED8693@smtp-03.servidoresdns.net>
@ 2007-11-27 10:39 ` Gary Thomas
  2007-11-27 10:49   ` Salvador Sancha
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2007-11-27 10:39 UTC (permalink / raw)
  To: Salvador Sancha; +Cc: eCos Discussion

Salvador Sancha wrote:
> Hi Gary

Please keep your replies on the mailing list; private email is only for
those with a support contract.

> Yes, the PC and the board are connected directly.
> 
> I have network debugging enabled. When I ping from the board to the PC I get
> a 'Tx event' message. The sniffer running on the PC shows the ping query and
> the corresponding ping reply, but the board never shows a 'Rx event'.

The first ping message should be preceded by an ARP packet which is how
your RedBoot unit discovers the ESA of the PC.  Do you see this?  Does
the PC reply?

> -----Mensaje original-----
> De: Gary Thomas [mailto:gary@mlbassoc.com] 
> Enviado el: lunes, 26 de noviembre de 2007 13:11
> Para: Salvador Sancha
> CC: ecos-discuss@ecos.sourceware.org
> Asunto: Re: [ECOS] Unable to ping from redboot to PC
> 
> Salvador Sancha wrote:
>> Hi
>>
>> I am using a Freescale i.Mx27ads development board, which contains an ARM9
>> with redboot installed in it. I have configured a static IP address both
> in
>> the board and my PC. I manage to ping from the PC to redboot, but when I
> try
>> to do it the other way round a get 100% packet loss. I have all the
>> firewalls disabled, an Ethereal confirms the PC receives a ping query and
> it
>> returns a ping reply, but the board does not seem to receive it.
> 
> Is your PC on the same LAN as the ADS board (i.e. no router
> between them)?
> 
> Try enabling network debugging on the device running RedBoot.
> Using 'fconfig', set 'Network debug at boot time' to 'True'
> reboot and try it again.  This will show you what packets
> are going through the local network stack.
> 


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

* RE: [ECOS] Unable to ping from redboot to PC
  2007-11-27 10:39 ` [ECOS] Unable to ping from redboot to PC Gary Thomas
@ 2007-11-27 10:49   ` Salvador Sancha
  2007-11-27 13:41     ` Salvador Sancha
  0 siblings, 1 reply; 6+ messages in thread
From: Salvador Sancha @ 2007-11-27 10:49 UTC (permalink / raw)
  To: 'eCos Discussion'

Yes, before the ping query the PC receives an ARP packet with the right ip
address, and the PC replies. Then, the ping query is addressed to the
correct MAC. The PC returns the ping reply to the board's mac, but it does
not seem to reach its destination.


-----Mensaje original-----
De: Gary Thomas [mailto:gary@mlbassoc.com] 
Enviado el: martes, 27 de noviembre de 2007 11:17
Para: Salvador Sancha
CC: eCos Discussion
Asunto: Re: [ECOS] Unable to ping from redboot to PC

Salvador Sancha wrote:
> Hi Gary

Please keep your replies on the mailing list; private email is only for
those with a support contract.

> Yes, the PC and the board are connected directly.
> 
> I have network debugging enabled. When I ping from the board to the PC I
get
> a 'Tx event' message. The sniffer running on the PC shows the ping query
and
> the corresponding ping reply, but the board never shows a 'Rx event'.

The first ping message should be preceded by an ARP packet which is how
your RedBoot unit discovers the ESA of the PC.  Do you see this?  Does
the PC reply?

> -----Mensaje original-----
> De: Gary Thomas [mailto:gary@mlbassoc.com] 
> Enviado el: lunes, 26 de noviembre de 2007 13:11
> Para: Salvador Sancha
> CC: ecos-discuss@ecos.sourceware.org
> Asunto: Re: [ECOS] Unable to ping from redboot to PC
> 
> Salvador Sancha wrote:
>> Hi
>>
>> I am using a Freescale i.Mx27ads development board, which contains an
ARM9
>> with redboot installed in it. I have configured a static IP address both
> in
>> the board and my PC. I manage to ping from the PC to redboot, but when I
> try
>> to do it the other way round a get 100% packet loss. I have all the
>> firewalls disabled, an Ethereal confirms the PC receives a ping query and
> it
>> returns a ping reply, but the board does not seem to receive it.
> 
> Is your PC on the same LAN as the ADS board (i.e. no router
> between them)?
> 
> Try enabling network debugging on the device running RedBoot.
> Using 'fconfig', set 'Network debug at boot time' to 'True'
> reboot and try it again.  This will show you what packets
> are going through the local network stack.
> 


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

__________ NOD32 2687 (20071126) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.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] 6+ messages in thread

* RE: [ECOS] Unable to ping from redboot to PC
  2007-11-27 10:49   ` Salvador Sancha
@ 2007-11-27 13:41     ` Salvador Sancha
  0 siblings, 0 replies; 6+ messages in thread
From: Salvador Sancha @ 2007-11-27 13:41 UTC (permalink / raw)
  To: ecos-discuss

Yes, before the ping query the PC receives an ARP packet with the right ip
address, and the PC replies. Then, the ping query is addressed to the
correct MAC. The PC returns the ping reply to the board's mac, but it does
not seem to reach its destination.


-----Mensaje original-----
De: ecos-discuss-owner@ecos.sourceware.org
[mailto:ecos-discuss-owner@ecos.sourceware.org] En nombre de Salvador Sancha
Enviado el: martes, 27 de noviembre de 2007 11:41
Para: 'eCos Discussion'
Asunto: RE: [ECOS] Unable to ping from redboot to PC

Yes, before the ping query the PC receives an ARP packet with the right ip
address, and the PC replies. Then, the ping query is addressed to the
correct MAC. The PC returns the ping reply to the board's mac, but it does
not seem to reach its destination.


-----Mensaje original-----
De: Gary Thomas [mailto:gary@mlbassoc.com] 
Enviado el: martes, 27 de noviembre de 2007 11:17
Para: Salvador Sancha
CC: eCos Discussion
Asunto: Re: [ECOS] Unable to ping from redboot to PC

Salvador Sancha wrote:
> Hi Gary

Please keep your replies on the mailing list; private email is only for
those with a support contract.

> Yes, the PC and the board are connected directly.
> 
> I have network debugging enabled. When I ping from the board to the PC I
get
> a 'Tx event' message. The sniffer running on the PC shows the ping query
and
> the corresponding ping reply, but the board never shows a 'Rx event'.

The first ping message should be preceded by an ARP packet which is how
your RedBoot unit discovers the ESA of the PC.  Do you see this?  Does
the PC reply?

> -----Mensaje original-----
> De: Gary Thomas [mailto:gary@mlbassoc.com] 
> Enviado el: lunes, 26 de noviembre de 2007 13:11
> Para: Salvador Sancha
> CC: ecos-discuss@ecos.sourceware.org
> Asunto: Re: [ECOS] Unable to ping from redboot to PC
> 
> Salvador Sancha wrote:
>> Hi
>>
>> I am using a Freescale i.Mx27ads development board, which contains an
ARM9
>> with redboot installed in it. I have configured a static IP address both
> in
>> the board and my PC. I manage to ping from the PC to redboot, but when I
> try
>> to do it the other way round a get 100% packet loss. I have all the
>> firewalls disabled, an Ethereal confirms the PC receives a ping query and
> it
>> returns a ping reply, but the board does not seem to receive it.
> 
> Is your PC on the same LAN as the ADS board (i.e. no router
> between them)?
> 
> Try enabling network debugging on the device running RedBoot.
> Using 'fconfig', set 'Network debug at boot time' to 'True'
> reboot and try it again.  This will show you what packets
> are going through the local network stack.
> 


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

__________ NOD32 2687 (20071126) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.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


__________ NOD32 2687 (20071126) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.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] 6+ messages in thread

* Re: [ECOS] Unable to ping from redboot to PC
  2007-11-26  9:32 Salvador Sancha
  2007-11-26 12:10 ` Johan Cederbom
@ 2007-11-26 18:04 ` Gary Thomas
  1 sibling, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2007-11-26 18:04 UTC (permalink / raw)
  To: Salvador Sancha; +Cc: ecos-discuss

Salvador Sancha wrote:
> Hi
> 
> I am using a Freescale i.Mx27ads development board, which contains an ARM9
> with redboot installed in it. I have configured a static IP address both in
> the board and my PC. I manage to ping from the PC to redboot, but when I try
> to do it the other way round a get 100% packet loss. I have all the
> firewalls disabled, an Ethereal confirms the PC receives a ping query and it
> returns a ping reply, but the board does not seem to receive it.

Is your PC on the same LAN as the ADS board (i.e. no router
between them)?

Try enabling network debugging on the device running RedBoot.
Using 'fconfig', set 'Network debug at boot time' to 'True'
reboot and try it again.  This will show you what packets
are going through the local network stack.

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

* Re: [ECOS] Unable to ping from redboot to PC
  2007-11-26  9:32 Salvador Sancha
@ 2007-11-26 12:10 ` Johan Cederbom
  2007-11-26 18:04 ` Gary Thomas
  1 sibling, 0 replies; 6+ messages in thread
From: Johan Cederbom @ 2007-11-26 12:10 UTC (permalink / raw)
  To: Salvador Sancha; +Cc: ecos-discuss

Hi Salvador.

The debugger on your board may take care of the incoming ICMP reply 
before it reaches your application.
I'm not shure, but you might get some note about it if you connect to 
the debugger.

/Johan

Salvador Sancha wrote:
> Hi
>
> I am using a Freescale i.Mx27ads development board, which contains an ARM9
> with redboot installed in it. I have configured a static IP address both in
> the board and my PC. I manage to ping from the PC to redboot, but when I try
> to do it the other way round a get 100% packet loss. I have all the
> firewalls disabled, an Ethereal confirms the PC receives a ping query and it
> returns a ping reply, but the board does not seem to receive it.
>
> Any idea?
>
> Thanks
>
>
>   


-- 
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] Unable to ping from redboot to PC
@ 2007-11-26  9:32 Salvador Sancha
  2007-11-26 12:10 ` Johan Cederbom
  2007-11-26 18:04 ` Gary Thomas
  0 siblings, 2 replies; 6+ messages in thread
From: Salvador Sancha @ 2007-11-26  9:32 UTC (permalink / raw)
  To: ecos-discuss

Hi

I am using a Freescale i.Mx27ads development board, which contains an ARM9
with redboot installed in it. I have configured a static IP address both in
the board and my PC. I manage to ping from the PC to redboot, but when I try
to do it the other way round a get 100% packet loss. I have all the
firewalls disabled, an Ethereal confirms the PC receives a ping query and it
returns a ping reply, but the board does not seem to receive it.

Any idea?

Thanks


-- 
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:[~2007-11-27 10:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20071127094228.A84CFED8693@smtp-03.servidoresdns.net>
2007-11-27 10:39 ` [ECOS] Unable to ping from redboot to PC Gary Thomas
2007-11-27 10:49   ` Salvador Sancha
2007-11-27 13:41     ` Salvador Sancha
2007-11-26  9:32 Salvador Sancha
2007-11-26 12:10 ` Johan Cederbom
2007-11-26 18:04 ` 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).