Hi,
I upgraded my Microzed yocto project from jethro to morty, and found that
the ethernet does not work. I found a fix for it on Henry Feng's fork of
the repository:
https://github.com/HenryFeng2016/meta-xilinx/commit/348b1fe180ae778b396d50b016518614acae061e
Here is the patch:
diff --git a/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
b/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
index f0de60e..4e6418f 100644
--- a/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
+++ b/recipes-bsp/device-tree/files/microzed/microzed-zynq7.dts
@@ -31,13 +31,6 @@
&gem0 {
status = "okay";
phy-mode = "rgmii-id";
- phy-handle = <ðernet_phy>;
-
- ethernet_phy: ethernet-phy@0 {
- compatible = "marvell,88e1512";
- device_type = "ethernet-phy";
- reg = <0>;
- };
};
&sdhci0 {
Thanks,
Cody
--
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx