From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by ozlabs.org (Postfix) with ESMTP id 5081DDDF18 for ; Wed, 11 Apr 2007 00:50:30 +1000 (EST) Received: by ug-out-1314.google.com with SMTP id k3so77705ugf for ; Tue, 10 Apr 2007 07:50:28 -0700 (PDT) Message-ID: <461BA458.2010605@googlemail.com> Date: Tue, 10 Apr 2007 16:51:04 +0200 From: powerpc440 MIME-Version: 1.0 To: linuxppc-embedded@ozlabs.org Subject: Multiple Boards with same MAC addresses - problem. Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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