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

Ping test question


Hi all,
I'm trying to run the TCP/IP stack test programs on an edb7209-2C.0 board.
I have disabled DHCP and enabled manual IP address configuration.
And when I run ping_test I get:
 
Init device 'edb7xxx'
cs8900 init
CS8900 - type: 630E, rev: 800
CS8900 - status: D6 (no EEPROM present)
Start PING test
BOOTP[eth0] op: REPLY
       hw_type: Ethernet
       hw_addr: FF:FF:FF:FF:FF:FF
     client IP: 10.20.2.202
         my IP: 10.20.2.202
     server IP: 10.20.2.215
    gateway IP: 10.20.2.215
  options:
        subnet mask: 255.255.255.0
       IP broadcast: 10.20.2.255
PING server 10.20.2.215
recvfrom: Operation timed out
recvfrom: Operation timed out
....
So my board looks totaly outside the network.
 
I take a look in the ethernet driver file 'if_edb7xxx.c' and my MAC address should be "08:88:12:34:56:78", why does it show up as "FF:FF:FF:FF:FF:FF" in the outgoing packet?
I can't figure out what I'm doing wrong....
Is there any special point in the edb72xxx ethernet configuration that I forget?
 
Thanks for your help.
Apologies in advance for what is, hopefully, a stupid question...
 
Nicolas Gerber
 
 
               

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