This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM3359:RGMII 1Gbps 无法执行 Ping 操作

Guru**** 2482775 points
Other Parts Discussed in Thread: AM3359

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1442039/am3359-rgmii-1gbps-not-able-to-ping

器件型号:AM3359
主题中讨论的其他器件:DP83869

工具与软件:

大家好、团队成员:

我使用 AM3359 TI 处理器、该处理器连接到 两个 DP83869 PHY、两者的配置均为 RGMII -1000Mbps。

我能够在 U-boot 级别中以1000Mbps 的速度执行自动协商和 ping 操作、但无法在1000Mbps 的 Linux 级别执行 ping 操作
但我能够将两个 PHY 配置为100Mbps、并且能够从 Linux 成功执行 ping 操作。

我已尝试更改 DTS 文件、但 ping 结果没有更改

您能帮我解决这个问题吗?

谢谢!
Arathi.

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    我这周不在办公室。 听起来您有基本的以太网正常工作。 请参阅以下有关基本以太网调试的链接。 有一个关于网络拓扑的部分、两个端口是否插入同一台交换机?  请注意末尾有关调试辅助信息的部分。

    https://www.ti.com/lit/an/spradj8/spradj8.pdf

    此致、

    Schuyler

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    感谢您的答复。

    在 DTS 文件中添加 Rx 延迟后、我们能够解决此问题、如下所示

    &cpsw_emac0{/* eth sw port */
    phy_id =<&Davinci_MDIO>、<12>;
    dual_emac_res_vlan =<0x1>;
    PHY-MODE ="RGMII-rxid";
     

    谢谢。此致、
    Arathi.