From: vijay vijay <vijays2010@yahoo.co.in>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3
Date: Wed, 23 Jul 2008 18:42:31 +0530 (IST) [thread overview]
Message-ID: <160918.35812.qm@web94710.mail.in2.yahoo.com> (raw)
Hi Ken,Wolfgang
Thanks for the Reply
I have updated the my configuration for the CONFIG_ETHADDR and CONFIG_IPADDR
But still getting same "TX timeout" error. from function
static int fec_send(struct eth_device* dev, volatile void *packet, int length) in defined in the cpu/mpc8xx/fec..c
-----
while ((rtx->txbd[txIdx].cbd_sc & BD_ENET_TX_READY) && (j<TOUT_LOOP)) {
#if defined(CONFIG_ICU862)
udelay(10);
#else
udelay(100);
#endif
j++;
}
if (j>=TOUT_LOOP) {
printf("TX timeout..testing.\n");
}
-----
When I am running VxWorks on the same board LEDs at RJ45 connector ( Ethernet interfaces) on the board are glowing but when u-boot is up
these LED are off. It seems that ETH interface is not up yet.
Which board can be used as the reference board for the MPC870.
Thanks
Vijay
----- Original Message ----
From: Wolfgang Denk <wd@denx.de>
To: Ken.Fuchs at bench.com
Cc: vijays2010 at yahoo.co.in; u-boot-users at lists..sourceforge.net
Sent: Tuesday, 22 July, 2008 1:48:21 AM
Subject: Re: [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3
In message <AA28F077645B324881335614E4F7C4284A49AA@win-ex01.bench.com> you wrote:
>
> > And of course even 00:11:22:33:44:55 is not a legal MAC address and
> > MUST NOT BE USED. Please see the FAQ.
>
> Actually, 00:11:22:33:44:55 is a perfectly legal (universally
> administered) MAC address:
You are of course right - I was too terse. Thanks for adding the
missing details.
> No doubt this is what you were referring to when you said
> "00:11:22:33:44:55 is not a legal MAC address". A better,
> easy to remember locally administered MAC address would be
> 02:03:04:05:06:07.
ACK - or use tools/genethaddr to generate a random locally
administered MAC address.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Ada is PL/I trying to be Smalltalk. - Codoso diBlini
Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080723/75cc02bf/attachment.htm
next reply other threads:[~2008-07-23 13:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-23 13:12 vijay vijay [this message]
2008-07-23 20:30 ` [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3 Ken.Fuchs at bench.com
-- strict thread matches above, loose matches on Subject: below --
2008-07-18 5:06 [U-Boot-Users] eth interface (motfec) is not woring with u-boot 1.1.3 vijay vijay
2008-07-21 18:26 ` [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3 Ken.Fuchs at bench.com
2008-07-21 18:35 ` Wolfgang Denk
2008-07-21 19:45 ` Ken.Fuchs at bench.com
2008-07-21 20:18 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=160918.35812.qm@web94710.mail.in2.yahoo.com \
--to=vijays2010@yahoo.co.in \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox