
Hi,
I am using 88E1111S PHY with TSEC1 on MPC8540The whole config for Ethernet config i used below mentioned. If i look at the Tx function it says packets transmitted ..but unable to get same pkts on ethereal. Link detection is good. Please help me in this regard what am i missing in u-boot.
Kind Regards, Rangaraju.
#define CONFIG_NET_MULTI 1 #define CONFIG_MII 1 /* MII PHY management */ #define CONFIG_MPC85XX_TSEC1 1 #undef CONFIG_MPC85XX_TSEC1 #define CONFIG_MPC85XX_TSEC1_NAME "TSEC0" #define CONFIG_MPC85XX_TSEC2 1 #define CONFIG_MPC85XX_TSEC2_NAME "TSEC1" #define TSEC1_PHY_ADDR 0 #define TSEC2_PHY_ADDR 16 #define TSEC1_PHYIDX 0 #define TSEC2_PHYIDX 0 #define CONFIG_ETHPRIME "TSEC1"
the o/p on console says the PHY detected as
Net: TSEC1: PHY is Marvell 88E1111S (1410cc2) TSEC1 Hit any key to stop autoboot: 0 8540ES=> ping 10.10.10.22 Speed: 100, full duplex Using TSEC1 device sending ARP for 0a0a0a16 ARP broadcast 1 Tx ARP broadcast 2 Tx ping failed; host 10.10.10.22 is not alive
-- View this message in context: http://www.nabble.com/88E1111S-PHY-with-TSEC1-on-MPC8540-t1307688.html#a3484... Sent from the Uboot - Users forum at Nabble.com.