Hi to all,
I make a at91sam9260-ek in my home. I could boot up the linux on it. But I have one problem.
My problem is that Ethernet.
Some lines in boot-up logo are in the following lines:
Code:
U-Boot 1.3.4 (Mar 9 2010 - 19:29:50)
DRAM: 64 MB
NAND: 256 MiB
In: serial
Out: serial
Err: serial
Net: macb0
macb0: Starting autonegotiation...
macb0: Autonegotiation timed out (status=0x7849)
macb0: link down (status: 0x7849)
....
...
...
...
MACB_mii_bus: probed
eth0: Atmel MACB at 0xfffc4000 irq 21 (3a:1f:34:08:54:54)
eth0: attached PHY driver [Davicom DM9161A] (mii_bus:phy_addr=ffffffff:00, irq=-1)
...
...
...
I don't know that I have a hardware probmel or no.
Can you help me based on the log?
I have a problem in u-boot
macb0: Starting autonegotiation...
macb0: Autonegotiation timed out (status=0x7849)
macb0: link down (status: 0x7849)and in kernel I have these lines:
MACB_mii_bus: probed
eth0: Atmel MACB at 0xfffc4000 irq 21 (3a:1f:34:08:54:54)
eth0: attached PHY driver [Davicom DM9161A] (mii_bus:phy_addr=ffffffff:00, irq=-1)I want to know that the DM9161 is detected or no?
I could set IP with the following line:
ifconfig eth0 192.168.1.200 up
But I haven't ping.
Help me plz.