Re: [U-Boot] Ping command

2011-07-15 Thread smitha.vanga
Hi Wolfgang, Thanks , ping is working the problem was with routing of the Tx clock. Thanks & Reagrds, Smitha Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclus

Re: [U-Boot] Ping command

2011-07-15 Thread smitha.vanga
Hi Wolfgang, I solved the unknow device issue by enabling the CONFIG_ETHER_ON_FCC1 in my config. Will check the TX clock configuration. Currently getting the blow messages. It says using the FCC1 ETHERNET. ping 172.16.52.60 Trying FCC1 ETHERNET pram_ptr->fen_genfcc.fcc_rbase 03efcc88 pram_ptr->f

Re: [U-Boot] Ping command

2011-07-15 Thread Wolfgang Denk
Dear smitha.va...@wipro.com, please stop top posting/ full quoting. You can find hints here: http://www.netmeister.org/news/learn2quote.html In message <07acdfb8eca8ef47863a613bc01bbb22032bc...@hyd-mkd-mbx02.wipro.com> you wrote: > > I get the below messages. Its failing in the fec_send BD_ENE

Re: [U-Boot] Ping command

2011-07-15 Thread smitha.vanga
Hi Wolfgang Denk, I get the below messages. Its failing in the fec_send BD_ENET_TX_READY bit is not getting set. Any clue? EPN412> ping 172.16.52.20 Trying FCC1 ETHERNET pram_ptr->fen_genfcc.fcc_rbase 03efcc88 pram_ptr->fen_genfcc.fcc_tbase 03efcca8 Using FCC1 ETHERNET device sending ARP for ac10

Re: [U-Boot] Ping command

2011-07-15 Thread Wolfgang Denk
Dear smitha.va...@wipro.com, In message <07acdfb8eca8ef47863a613bc01bbb22032bc...@hyd-mkd-mbx02.wipro.com> you wrote: > > execute the PING > Command I get the following error > > >ping 172.16.52.20 > Using unknown device > ping failed; host 172.16.52.20 is not alive Check the source code and

[U-Boot] Ping command

2011-07-14 Thread smitha.vanga
Hi Wolfgang , On my target board with MPC8247 is interfaced with the BCM5221 chip. Iam using FCC 1 of the processor. Had defined below in my board config file. Configured the BCM5221 control register with 0X3100. Had set environment variables ipaddr, serverip, ethaddr ,netmask. When I execute