我用AM3352的处理器搭建了一个百兆的网口,上电之后网口的灯可以亮,在我的PC机也可以看到网口,我通过串口进入处理器的系统,设置IP地址,在我的PC机也设置同一网段的IP地址,但是ping不通,请帮忙解决一下问题


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.
请参考一下下面的帖子是否由帮助。
由于TI的SDK包中使用的general PHY driver,所以修改很简单,更明确地说,是确认配置。
使用LAN8710,可以在u-boot中配置板子类型的使用调用beaglebone的配置,前提是MII接口。如果换成RMII,则需要修改PINMUX.
妥当一些的话,就照着如下部分进行检查:
如u-boot下主要确认三点:
1)Program GMII_SEL in control module with 0x5 for RMII Interface
2)Pinmux configuration to support rmii interface
3)Phy ID setting in Platform data(由PHY的硬件电路决定,通过在PHY_ID的三个管脚上下拉来决定)
Linux下调试也是确认以上三点