From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 16 Jan 2009 10:34:39 -0500 Subject: [U-Boot] Fw: TFTP fails when using network switch In-Reply-To: <58ca9a060901151636od767012l1469b2e09946e2c1@mail.gmail.com> References: <20090105170259.1a85f15a@uncle-pecos.Colorado.EDU> <3efb10970901052341i406ab4a2t6ae8ca9943d604f@mail.gmail.com> <1231282371.32308.276.camel@elrond.atmel.com> <20090106230032.1ADCB8387CDB@gemini.denx.de> <4964A5AA.4060107@ge.com> <1231357011.32308.429.camel@elrond.atmel.com> <49650949.3010601@ge.com> <58ca9a060901151636od767012l1469b2e09946e2c1@mail.gmail.com> Message-ID: <4970A90F.3040308@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de L. A. Linden Levy wrote: > Can someone tell me how to use the mii command? I have the following > from a dump: > > uBOOT=>> mii dump > MII not complete > 0. (ffff) -- PHY control register -- > (8000:8000) 0.15 = 1 reset > (4000:4000) 0.14 = 1 loopback > (2040:2040) 0. 6,13 = b11 speed selection = ??? Mbps > (1000:1000) 0.12 = 1 A/N enable > (0800:0800) 0.11 = 1 power-down > (0400:0400) 0.10 = 1 isolate > (0200:0200) 0. 9 = 1 restart A/N > (0100:0100) 0. 8 = 1 duplex = full > (0080:0080) 0. 7 = 1 collision test enable > (003f:003f) 0. 5- 0 = 63 (reserved) Please don't top post. U-Boot can tell you how to use the mii command: "help mii" It has been a long time since I used mii, but it looks like you need to use "mii device" to find your PHY and then "mii dump " to dump the registers of that device. HTH, gvb