From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yanjun Luo Date: Sat, 26 Aug 2006 18:33:35 +0800 Subject: [U-Boot-Users] PHY not connected!! References: Message-ID: <004001c6c8fb$1c1ee0d0$9e00a8c0@embed> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, > U-Boot> setenv ethaddr 52:0f:2d:17:62:27 > U-Boot> set ipaddr 10.1.1.1 > U-Boot> ping 10.10.11.222 > PHY not connected!! > host 10.10.11.222 is alive Obviously your PHY is working very well, but maybe you are using a different PHY compare to DK or EK. You can modify the code and add your PHY's ID to U-BOOT by yourself. Still you'll see this problem if you have not connect the MDIO pin to your PHY. Regards, Yanjun Luo.