* [U-Boot-Users] Question on MII devices
@ 2006-07-12 23:36 Madhu Saravana Sibi Govindan
2006-07-13 0:54 ` [U-Boot-Users] DataFlash on my SBC is failed, can i boot u-boot ? nm
2006-07-13 9:22 ` [U-Boot-Users] Question on MII devices Stefan Roese
0 siblings, 2 replies; 3+ messages in thread
From: Madhu Saravana Sibi Govindan @ 2006-07-12 23:36 UTC (permalink / raw)
To: u-boot
Hello,
I apologize for repeating this message.
I'm currently debugging u-boot on a custom board. It has a STE100p PHY
device. However, when I do "mii info" at the U-boot command prompt, I
see this:
---------------------------------------------
PHY_PHYIDR2 @ 0x0 = 0x0011
device name = ppc_4xx_eth0
PHY_PHYIDR[1,2] @ 0x0 = 0x1c040011
PHY 0x00: OUI = 0x70100, Model = 0x01, Rev = 0x01, 100baseT, FDX
[ A bunch of errors]
PHY_PHYIDR2 @ 0x1f = 0x0011
device name = ppc_4xx_eth0
PHY_PHYIDR[1,2] @ 0x1f = 0x1c040011
PHY 0x1F: OUI = 0x70100, Model = 0x01, Rev = 0x01, 100baseT, FDX
-------------------------------------------
I'm confident that there is only one PHY device. If so, why should the
same device be seen twice? Has anyone seen this behavior before and
know what might be wrong?
I can't get the "ping" command to work (though the ethernet interface
is recognized and initialized by u-boot). The U-boot debug statements
say that the board is sending out ARP requests, but no body seems to
receive the request (using ethereal). Can someone give me directions
as to how to debug this problem?
Thanks in advance,
G.Sibi
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] DataFlash on my SBC is failed, can i boot u-boot ?
2006-07-12 23:36 [U-Boot-Users] Question on MII devices Madhu Saravana Sibi Govindan
@ 2006-07-13 0:54 ` nm
2006-07-13 9:22 ` [U-Boot-Users] Question on MII devices Stefan Roese
1 sibling, 0 replies; 3+ messages in thread
From: nm @ 2006-07-13 0:54 UTC (permalink / raw)
To: u-boot
Hi *,
is it possible to boot u-boot if i dont' have DataFlash ?
some thing like :
puts("Please upload your u-boot.bin");
rxmodem(char *)0x21F80000));
asm("ldr pc, =0x21F80000");
Thanks for help,
nm.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] Question on MII devices
2006-07-12 23:36 [U-Boot-Users] Question on MII devices Madhu Saravana Sibi Govindan
2006-07-13 0:54 ` [U-Boot-Users] DataFlash on my SBC is failed, can i boot u-boot ? nm
@ 2006-07-13 9:22 ` Stefan Roese
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2006-07-13 9:22 UTC (permalink / raw)
To: u-boot
Hi,
On Thursday 13 July 2006 01:36, Madhu Saravana Sibi Govindan wrote:
> I'm currently debugging u-boot on a custom board. It has a STE100p PHY
> device. However, when I do "mii info" at the U-boot command prompt, I
> see this:
>
> ---------------------------------------------
> PHY_PHYIDR2 @ 0x0 = 0x0011
> device name = ppc_4xx_eth0
> PHY_PHYIDR[1,2] @ 0x0 = 0x1c040011
> PHY 0x00: OUI = 0x70100, Model = 0x01, Rev = 0x01, 100baseT, FDX
PHY address 0 is on some PHY's a broadcast address. So possibly your PHY will
respond to it's configured address and to address 0.
What is your PHY address? Meaning for what address is your PHY configured in
your design?
<snip>
> I'm confident that there is only one PHY device. If so, why should the
> same device be seen twice? Has anyone seen this behavior before and
> know what might be wrong?
See above.
> I can't get the "ping" command to work (though the ethernet interface
> is recognized and initialized by u-boot). The U-boot debug statements
> say that the board is sending out ARP requests, but no body seems to
> receive the request (using ethereal). Can someone give me directions
> as to how to debug this problem?
It seems to be a custom 4xx board. Did you enable the debug output of the
ethernet driver (INFO_4XX_ENET)?
Best regards,
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-13 9:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-12 23:36 [U-Boot-Users] Question on MII devices Madhu Saravana Sibi Govindan
2006-07-13 0:54 ` [U-Boot-Users] DataFlash on my SBC is failed, can i boot u-boot ? nm
2006-07-13 9:22 ` [U-Boot-Users] Question on MII devices Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox