Hi,
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 finr but Ethernet interface (motfec) is not up yet.
When I try from the u-boot prompt, I am getting following message.
Hi Ken,Wolfgang
Thanks for the Reply
I have updated the my configuration for the CONFIG_ETHADDR and CONFIG_IPADDR
But still getting same "TX timeout" error. from function
static int fec_send(struct eth_device* dev, volatile void *packet, int length)
in defined in the cpu/mpc8xx/fec..c
---