Re: [U-Boot-Users] [heur] Re: PPC405EP ethernet problems

Hi Matthias
Thank you for your quick response! I've tried out your suggestion. Unfortunately U-Boot stops while booting, without reaching the command prompt. The output is:
... U-Boot 1.1.4 (Jun 16 2006 - 16:45:43)
CPU: AMCC PowerPC 405EP Rev. B at 266.666 MHz (PLB=133, OPB=66, EBC=33 MHz) I2C boot EEPROM disabled 16 kB I-Cache 16 kB D-Cache DRAM: 8 MB FLASH: 16 MB In: serial Out: serial Err: serial Net: ...
Enabled debug outputs (with defined DEBUG and ET_DEBUG constants) do not tell me anything more. What else could I try?
Best regards, Reto
-----Original Message-----
Hi Reto,
can you try it with
... #define CONFIG_NET_MULTI 1 #undef CONFIG_HAS_ETH1 ...
in your configuration file.
Perhaps that helps.
Matthias
Stalder, Reto schrieb:
I'm having problems setting up the ethernet on a custom board with an AMCC PPC405EP. Whenever I run a command which uses the ethernet, I get
a similar behaviour: First U-Boot displays 66 times the following message:
miiphy_register: non unique device name 'ppc_4xx_eth0' ENET Speed is 100 Mbps - FULL duplex connection
_______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users

Hi,
is it possible that you use miiphy_read/write() somewhere in your board specific code? If so, in which function? Which board is it?
Can you post the code from your board setup that does any network related stuff?
Matthias
Stalder, Reto schrieb:
Hi Matthias
Thank you for your quick response! I've tried out your suggestion. Unfortunately U-Boot stops while booting, without reaching the command prompt. The output is:
... U-Boot 1.1.4 (Jun 16 2006 - 16:45:43)
CPU: AMCC PowerPC 405EP Rev. B at 266.666 MHz (PLB=133, OPB=66, EBC=33 MHz) I2C boot EEPROM disabled 16 kB I-Cache 16 kB D-Cache DRAM: 8 MB FLASH: 16 MB In: serial Out: serial Err: serial Net: ...
Enabled debug outputs (with defined DEBUG and ET_DEBUG constants) do not tell me anything more. What else could I try?
Best regards, Reto
participants (2)
-
Matthias Fuchs
-
Stalder, Reto