public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] at91rm9200 ethernet problem
@ 2007-09-27 13:34 albert prasetyo
  2007-10-08 11:43 ` Wolfgang Köbler
  0 siblings, 1 reply; 2+ messages in thread
From: albert prasetyo @ 2007-09-27 13:34 UTC (permalink / raw)
  To: ecos-discuss

Hi all;
I am currently developing a redboot for at91rm9200 board that can
perform TFTP transfer. However, I faced a problem which I suspect lie
in ethernet driver code (i.e. at91rm9200_ether.c).

I have applied the bug fixes from Wolfgang Köbler as indicated in link
below but the problem still persists.
http://www.cygwin.com/ml/ecos-discuss/2005-12/msg00077.html

The problem I faced is located at the part of at91rm9200_ether.c in
the function of at91rm9200_eth_deliver:

if (!(rbf_ptr->addr & RBF_OWNER))
    { return; }

Everytime I try to transfer the program through tftp using load command,
my program always quit at that point. My starting address of
rx_descriptor is at 0x23------0, which is an even address, therefore
there must be a part of code to modify it, but I am not managed to
find it.

Is there anyone know which part of the code that make the
rbf_ptr->addr change to odd address?Any help would be appreciated.

Thanks;
Albert P

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

end of thread, other threads:[~2007-10-08 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-27 13:34 [ECOS] at91rm9200 ethernet problem albert prasetyo
2007-10-08 11:43 ` Wolfgang Köbler

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