uboot可以找到phy :RTL8201
可内核linux 2.26.32却找不到 phy,终端输出中一部分内容如下:
..............
emac-mii: probed
eth0: no PHY found
...........................
请问该如何解决,
我以前用的是dvsdk2.0的,现在升级内核到dvsdk4.0 linux 2.26.32,其中uboot 还是使用dvsdk2.0
谢谢......
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.
uboot可以找到phy :RTL8201
可内核linux 2.26.32却找不到 phy,终端输出中一部分内容如下:
..............
emac-mii: probed
eth0: no PHY found
...........................
请问该如何解决,
我以前用的是dvsdk2.0的,现在升级内核到dvsdk4.0 linux 2.26.32,其中uboot 还是使用dvsdk2.0
谢谢......
linux 已经实现mac了,那要支持phy还需要做哪些修改么?phy是RTL8201,谢谢....
问下 这个 PHY掩码在驱动文件什么地方?我在drivers/net/davinci_emac.c文件中没有找到设置掩码的地方。谢谢......