Hello,
Now I build the kernel image with the linux-digilent source file,following the step introduced by wiki official website:make arch=arm digilent_zed_defconfig and make arch=arm.
However the PS eth0 doesn't work,in addition,the device tree used by the kernel in default.The booting information are as follows:
IP-Config: Failed to open eth0
xemacps e000b000.ps7-ethernet: eth0: no PHY found
can't fetch interface PHY0.
ifconfig: SIOCSIFFLAGS: No such device or address
How can I modify or config where to make it work well? Can anyone help me?