I cannot create bin file for design with gmii2rgmii of device zcu4eg, I have used the gem0 in PS, ethernet0, and used a PL IOs, I connected the pl IOs to PS gem0 by connecting the GMII2RGMII IP in bd. Although I have added those lines to system-user.dtsiת I receives an error.
Subprocess output:
/home/../dual_ethernet/project-spec/configs/../../components/plnx_workspace/device-tree/device-tree/zynqmp.dtsi:605.27-618.5: ERROR (phandle_references): /axi/ethernet@ff0b0000: Reference to non-existent node or label "phy1"
/home/../dual_ethernet/project-spec/configs/../../components/plnx_workspace/device-tree/device-tree/zynqmp.dtsi:605.27-618.5: ERROR (phandle_references): /axi/ethernet@ff0b0000: Reference to non-existent node or label "gpio0"
/home../dual_ethernet/project-spec/configs/../../components/plnx_workspace/device-tree/device-tree/pcw.dtsi:50.38-54.5: ERROR (phandle_references): /axi/ethernet@ff0b0000/mdio/gmii_to_rgmii_0@8: Reference to non-existent node or label "phy1"
I added in system-user.dtsi the following:
&gem0 {
- status = "okay";
- /*first emio gpio as reset*/
- reset-gpios = <&gpio0 54 1>;
- phyremote: ethernet-phy@2 {
- phy-mode = "rgmii-id";
- reg = <2>;
- };
- gmiitorgmii: gmiitorgmii@31 {
- compatible = "xlnx,gmii-to-rgmii-1.0";
- reg = <31>;
- phy-handle = <&phyremote>;
- };
I don't know how to configure the numbers of reset-gpios = <&gpio0 54 1> and how to find them
Also, I don't know how to configure the number in yellow 31
- gmiitorgmii: gmiitorgmii@31 {
Thanks, in advance for your assistance,
Shiri Kashi