Re: [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3

2008-07-23 Thread Ken.Fuchs
Please stop sending HMTL encoded messages to the list. Please use plain text. (Using plain text is a requirement for using this mailing list.) vijays vijays wrote: > I have updated the my configuration for the CONFIG_ETHADDR and > CONFIG_IPADDR > But still getting same "TX timeout" error. from

Re: [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3

2008-07-23 Thread vijay vijay
Tuesday, 22 July, 2008 1:48:21 AM Subject: Re: [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3 In message <[EMAIL PROTECTED]> you wrote: > > > And of course even 00:11:22:33:44:55 is not a legal MAC address and > > MUST NOT BE USED. Please see the FAQ. >

Re: [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3

2008-07-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > > And of course even 00:11:22:33:44:55 is not a legal MAC address and > > MUST NOT BE USED. Please see the FAQ. > > Actually, 00:11:22:33:44:55 is a perfectly legal (universally > administered) MAC address: You are of course right - I was too terse.

Re: [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3

2008-07-21 Thread Ken.Fuchs
> Ken Fuchs wrote: > > There are at least two problems with your U-Boot 1.1.3 > > configuration: > > vijays vijays wrote: > > > #define CONFIG_ETHADDROO:11:22:33:44:55 > > > /* board MAC addr */ > > The first byte "OO" is two capital Os; perhaps "00" was the intended > > first byte

Re: [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3

2008-07-21 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > > There are at least two problems with your U-Boot 1.1.3 configuration: > > > #define CONFIG_ETHADDROO:11:22:33:44:55/* board MAC addr > */ > > The first byte "OO" is two capital Os; perhaps "00" was the intended > first byte of the MAC add

Re: [U-Boot-Users] eth interface (motfec) is not woring with u-boot1.1.3

2008-07-21 Thread Ken.Fuchs
vijay vijay wrote: > I am using Denx u-boot 1.1.3 for MPC 870 board. > I ported it for our board with mpc870 processor and I got the > u-boot (->) prompt. > UART interface is working fine but Ethernet interface (motfec) > is not up yet. ub> ping 10.10.10.4 > TX timeout > TX timeout > ping faile