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]
Other format: [Raw text]

Re: Ethernet on redboot


Hi,

On Tue, Dec 11, 2001 at 05:56:01PM +0100, Daniel.Andersson@combitechsystems.com wrote:
> Hi,
> 
> I am currently porting redboot to a board called TQM850 and have used the
> existing MBX860 port as a base. 
> 
> Right now i am working with the ethernet part and i don't seem to get ping
> to work - not even the default ip works: "ping -h 127.0.0.1". What can be
> the problem here?

* First you should examine how far your sent/received packets get.
  Determine if the core gets any packet ->
  Are the BDs changing, if yes what is in the buffer.
* Disable caches
* Is the MAC address set properly (Endianess)
  try with promiscious mode.
* Use tcpdump (or similar) to log the traffic.
* Turn on ethernet debugging in RedBoot (fconfig)

Try to isolate the problem.

good luck, christoph
-- 


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