public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Problem with MPC8272ADS FCC Ethernet TX  at 10 Mb/s half-duplex
@ 2005-03-08 23:02 Martin Jolicoeur
  2005-03-09  7:16 ` Adam Kent
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jolicoeur @ 2005-03-08 23:02 UTC (permalink / raw)
  To: u-boot

We seem to be having a problem with the MPC8272ADS
board when connected to a hub (10 Mb/s half-duplex).
u-boot is not able to ping anything. As anyone seen
this problem? It looks like its a hardware problem
(PHY or FCC) but I am curious as anyone been able to
use this board with 10 Mb/s half-duplex hub?

Thanks
Martin



	
		
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] Problem with MPC8272ADS FCC Ethernet TX  at 10 Mb/s half-duplex
  2005-03-08 23:02 [U-Boot-Users] Problem with MPC8272ADS FCC Ethernet TX at 10 Mb/s half-duplex Martin Jolicoeur
@ 2005-03-09  7:16 ` Adam Kent
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Kent @ 2005-03-09  7:16 UTC (permalink / raw)
  To: u-boot

Martin Jolicoeur wrote:
> We seem to be having a problem with the MPC8272ADS
> board when connected to a hub (10 Mb/s half-duplex).
> u-boot is not able to ping anything. As anyone seen
> this problem? It looks like its a hardware problem
> (PHY or FCC) but I am curious as anyone been able to
> use this board with 10 Mb/s half-duplex hub?

Have you been able to ping anything at all under any circumstances? 
Try a simple cross over cable and see how you go.  What makes you 
think you've got a hardware problem?

Also it seems u-boot defaults to using FCC2 (ie. the second ethernet 
port) on the MPC8272ADS; are you sure you've got the cable plugged 
into the right port?

cheers,
Adam

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] Problem with MPC8272ADS FCC Ethernet TX  at 10 Mb/s half-duplex
@ 2005-03-09 15:09 Nghiem, Tien
  0 siblings, 0 replies; 4+ messages in thread
From: Nghiem, Tien @ 2005-03-09 15:09 UTC (permalink / raw)
  To: u-boot

Martin,

Check if the mii_discover_phy() is enable in the u-boot code.

Tien

-----Original Message-----
From: u-boot-users-admin@lists.sourceforge.net
[mailto:u-boot-users-admin at lists.sourceforge.net]On Behalf Of Martin
Jolicoeur
Sent: Tuesday, March 08, 2005 6:02 PM
To: u-boot-users at lists.sourceforge.net
Subject: [U-Boot-Users] Problem with MPC8272ADS FCC Ethernet TX at 10
Mb/s half-duplex



We seem to be having a problem with the MPC8272ADS
board when connected to a hub (10 Mb/s half-duplex).
u-boot is not able to ping anything. As anyone seen
this problem? It looks like its a hardware problem
(PHY or FCC) but I am curious as anyone been able to
use this board with 10 Mb/s half-duplex hub?

Thanks
Martin



	
		
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] Problem with MPC8272ADS FCC Ethernet TX  at 10 Mb/s half-duplex
@ 2005-03-09 17:31 Martin Jolicoeur
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jolicoeur @ 2005-03-09 17:31 UTC (permalink / raw)
  To: u-boot

Hi Tien,

Thanks for the reply. No, you are correct the phy code
is not enabled in u-boot. My understanding of the phy
support is that it is required to handle link events
(up/down), speed and duplex changes. If the board is
started already connected to a hub, the phy should
initialize at the correct speed and duplex.

Also I noticed that u-boot configures the FCC in
full-duplex mode which is probably the issue. Looking
at the kernel code, it seems I need to configure the
FCC to half-duplex for this to work.

While looking at this, I also stumbled on the CPM119
ucode patch from freescale which solves a collision
issue that can cause the FCC transmit to halt. I am
curious as to the relevance of this patch to this type
of application.

Martin


--- "Nghiem, Tien" <TNghiem@oerlikon.ca> wrote:
> Martin,
> 
> Check if the mii_discover_phy() is enable in the
> u-boot code.
> 
> Tien
> 
> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net
> [mailto:u-boot-users-admin at lists.sourceforge.net]On
> Behalf Of Martin
> Jolicoeur
> Sent: Tuesday, March 08, 2005 6:02 PM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] Problem with MPC8272ADS FCC
> Ethernet TX at 10
> Mb/s half-duplex
> 
> 
> 
> We seem to be having a problem with the MPC8272ADS
> board when connected to a hub (10 Mb/s half-duplex).
> u-boot is not able to ping anything. As anyone seen
> this problem? It looks like its a hardware problem
> (PHY or FCC) but I am curious as anyone been able to
> use this board with 10 Mb/s half-duplex hub?
> 
> Thanks
> Martin
> 
> 
> 
> 	
> 		
> __________________________________ 
> Celebrate Yahoo!'s 10th Birthday! 
> Yahoo! Netrospective: 100 Moments of the Web 
> http://birthday.yahoo.com/netrospective/
> 
> 
>
-------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT
> Products from real users.
> Discover which products truly live up to the hype.
> Start reading now.
>
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 


	
		
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-03-09 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-08 23:02 [U-Boot-Users] Problem with MPC8272ADS FCC Ethernet TX at 10 Mb/s half-duplex Martin Jolicoeur
2005-03-09  7:16 ` Adam Kent
  -- strict thread matches above, loose matches on Subject: below --
2005-03-09 15:09 Nghiem, Tien
2005-03-09 17:31 Martin Jolicoeur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox