From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 21 Dec 2007 13:26:53 +0100 Subject: [U-Boot-Users] 4xx ethernet bringup In-Reply-To: <273094.72972.qm@web94111.mail.in2.yahoo.com> References: <273094.72972.qm@web94111.mail.in2.yahoo.com> Message-ID: <200712211326.54136.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday 21 December 2007, shami Allam wrote: > Thanks for the information. But I read some where that for the Lab testing > purpose that I can give the IP address!!!!! Please don't mix up ethernet address (== MAC address) and IP address. Of course you can set ip addresses (and should if you don't use dhcp/bootp). But you have to configure valid ethernet addresses too. If you don't have an ethernet address pool, you can use the "tools/gen_eth_addr" tool to create a random valid eth address for testing. > I am able to read the PHY > inforamtion by command mii info 0x01. Following is the info.... > => mii info 0x01 > PHY_PHYIDR2 @ 0x1 = 0x5c90 > PHY_PHYIDR[1,2] @ 0x1 = 0x20005c90 > PHY_BMCR value is 0x2100 > PHY 0x01: OUI = 0x80017, Model = 0x09, Rev = 0x00, 100baseT, FDX And what does "mii info" show (without parameter)? What is the value of CONFIG_PHY_ADDR in your board config file? Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================