Ethernet
Added by Anonymous about 11 years ago
Hi,
How can I configure the FPGA such that the ethernet will still be functioning after I program it. I notice that the ethernet is down after I load the fpga.
Cheers,
Jac
Replies (4)
RE: Ethernet Rev B - Added by Anonymous almost 11 years ago
Hi,
I just received your rev B module. We noticed that the ethernet doesn't work on this revision at all. Is there another way to transfer my fpga and programming file to the linux OS. uBoot will do the FPGA but will it take care of my software file as well?
Thanks!
Jack
RE: Ethernet - Added by Gregory Gluszek almost 11 years ago
Hi Jack,
Follow these steps to correct the ethernet:
1. Break into u-boot by resetting the system and hitting any key before the intial countdown finishes.
2. Type the following command:
setenv initphy "gpio clear 28; gpio set 28; sleep 1"
3. Type the following command:
saveenv
4. Power cycle the board and allow it to boot as normal.
You should now have working ethernet.
Let us know if you have any issues.
Thanks,
\Greg
RE: Ethernet - Added by David Rice almost 11 years ago
Greg,
Only 2 "e"s in setenv, not three... Jack probably knows that, but just to be clear...
Dave
RE: Ethernet - Added by Gregory Gluszek almost 11 years ago
Edited my response. Good eye Dave. Thanks!