* Multiple Boards with same MAC addresses - problem.
@ 2007-04-10 14:51 powerpc440
2007-04-10 15:12 ` Ben Warren
2007-04-10 19:18 ` Wolfgang Denk
0 siblings, 2 replies; 4+ messages in thread
From: powerpc440 @ 2007-04-10 14:51 UTC (permalink / raw)
To: linuxppc-embedded
Hello all,
I have multiple boards, based on ppc405ep (which include on-chip two
ethernet ports). I'm configure the MAC address in u-boot and all works
great. The problem appears when I use two or more boards in one network,
because the MAC addresses are the same. Now I'm making a own u-boots for
each board, but this solution is not very comfortable.
My question is, which is the standard way to resolve such problem? I
would have only one generic u-boot. Is this possible?
Best regards,
Zhivko Yordanov
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Multiple Boards with same MAC addresses - problem.
2007-04-10 14:51 Multiple Boards with same MAC addresses - problem powerpc440
@ 2007-04-10 15:12 ` Ben Warren
2007-04-10 19:18 ` Wolfgang Denk
1 sibling, 0 replies; 4+ messages in thread
From: Ben Warren @ 2007-04-10 15:12 UTC (permalink / raw)
To: powerpc440; +Cc: linuxppc-embedded
Zhivko,
On Tue, 2007-04-10 at 16:51 +0200, powerpc440 wrote:
> Hello all,
>
> I have multiple boards, based on ppc405ep (which include on-chip two
> ethernet ports). I'm configure the MAC address in u-boot and all works
> great. The problem appears when I use two or more boards in one network,
> because the MAC addresses are the same. Now I'm making a own u-boots for
> each board, but this solution is not very comfortable.
> My question is, which is the standard way to resolve such problem? I
> would have only one generic u-boot. Is this possible?
>
>
> Best regards,
>
> Zhivko Yordanov
Please post to the U-boot mailing list. There's no reason why you
should need to custom build for each board.
You need to create some kind of board calibration procedure where each
board is assigned a unique MAC address, and then save it in U-boot. If
your problem is that your unique U-boot MAC addresses don't make it to
Linux, the people on the U-boot list can give you direction.
regards,
Ben
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Multiple Boards with same MAC addresses - problem.
2007-04-10 14:51 Multiple Boards with same MAC addresses - problem powerpc440
2007-04-10 15:12 ` Ben Warren
@ 2007-04-10 19:18 ` Wolfgang Denk
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2007-04-10 19:18 UTC (permalink / raw)
To: powerpc440; +Cc: linuxppc-embedded
In message <461BA458.2010605@googlemail.com> you wrote:
>
> I have multiple boards, based on ppc405ep (which include on-chip two
> ethernet ports). I'm configure the MAC address in u-boot and all works
You should post U-Boot related questions to the U-Boot-Users mailing
list. They are off topic here.
> great. The problem appears when I use two or more boards in one network,
> because the MAC addresses are the same. Now I'm making a own u-boots for
> each board, but this solution is not very comfortable.
Maybe you should start reading the manual and get a clue about the use
of environment variables in U-Boot.
> My question is, which is the standard way to resolve such problem? I
> would have only one generic u-boot. Is this possible?
Of course it is. Just use different settings of the ethaddr
environment variables.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
It is dangerous to be sincere unless you are also stupid.
- George Bernard Shaw
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <mailman.536.1176223651.26657.linuxppc-embedded@ozlabs.org>]
* RE: Multiple Boards with same MAC addresses - problem.
[not found] <mailman.536.1176223651.26657.linuxppc-embedded@ozlabs.org>
@ 2007-04-10 20:02 ` Christopher Dumoulin
0 siblings, 0 replies; 4+ messages in thread
From: Christopher Dumoulin @ 2007-04-10 20:02 UTC (permalink / raw)
To: linuxppc-embedded
Do you have some non-volatile memory to work with? You could store MAC
addresses for each individual board in non-volatile memory, then read the
MAC address from there each time U-Boot runs, and program your Ethernet
ports accordingly.
----------------------------------------------------------------------
Message: 1
Date: Tue, 10 Apr 2007 16:51:04 +0200
From: powerpc440 <powerpc440@googlemail.com>
Subject: Multiple Boards with same MAC addresses - problem.
To: linuxppc-embedded@ozlabs.org
Message-ID: <461BA458.2010605@googlemail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hello all,
I have multiple boards, based on ppc405ep (which include on-chip two
ethernet ports). I'm configure the MAC address in u-boot and all works
great. The problem appears when I use two or more boards in one network,
because the MAC addresses are the same. Now I'm making a own u-boots for
each board, but this solution is not very comfortable.
My question is, which is the standard way to resolve such problem? I
would have only one generic u-boot. Is this possible?
Best regards,
Zhivko Yordanov
------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-04-10 20:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-10 14:51 Multiple Boards with same MAC addresses - problem powerpc440
2007-04-10 15:12 ` Ben Warren
2007-04-10 19:18 ` Wolfgang Denk
[not found] <mailman.536.1176223651.26657.linuxppc-embedded@ozlabs.org>
2007-04-10 20:02 ` Christopher Dumoulin
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 NNTP newsgroup(s).