From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef Angermeier Date: Thu, 16 Feb 2006 18:09:42 +0100 Subject: [U-Boot-Users] MPC875 & FEC Ethernet Message-ID: <20060216170941.GA2262@false> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello I can use the u-boot command interpreter on my MPC875 board. FEC1 is responsible for ethernet. So i set in my board config file: #define CONFIG_ETHER_ON_FEC1 #define CONFIG_FEC_ENET #ifdef CONFIG_FEC_ENET #define CF_DISCOVER_PHY #define FEC_ENET #endif when i call "ping target", i get the message "TX timeout". According the the debug output FEC1 just doesn't fetch data from the TX buffer, though ECNTRL and X_DES_ACTIVE set correctly. Any ideas how to solve this ? big thanks josef