
In message 200409031120.50417.jruizmunain@ikerlan.es you wrote:
Hello.
Why are you sending the same message 3 times ???
I ported the U-BOOT for the ColdFire MCF5282. I have written the routines that are needed to initialise the processor, and it works properly. The platform what I working with, is the AVNET platform. The code can be easily ported to the M5282EVB platform, by doing fews modifications.
U-BOOT starts properly, and I write:
-> setenv ethaddr xx:xx:xx:xx:xx:xx (AVNET MAC address) -> setenv ipaddr yy.yy.yy.yy (the AVNET IP address) -> setenv serverip zz.zz.zz.zz (server IP address)
What are the EXACT paramters you used here?
When i do "ping yy.yy.yy.yy", it does not wok!!! I think the driver contained on /u-boot-1.1.1/cpu/mcf52x2/fec.c, works properly, but I would like tho know if it should initialise the PHY or not.
Answer yourself: do you think you can send data through an uninitialized PHY?
Best regards,
Wolfgang Denk