我的u-boot为u-boot-2011.09-psp04.06.00.03
现在ping不通主机,问一下是什么原因,正常看资料说支持tftp下载啊。
这是log 。
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.
miiphy read id fail
这个不对,正常应该返回 phy_id: The MII phy id * @location 之类的
miiphy read id fail
这个不对,正常应该返回 phy_id: The MII phy id * @location 之类的。
问一下,这个是在u-boot,读取硬件信息的问题,还是什么问题啊。
MDIO去扫phy,没找到。
你看看你 代码里面使用的是哪个网口,和实际连接的是哪个网口是否对的上
这个u-boot中没有加入tftp下载的支持,网卡驱动也没添加,我的phy是AR8035,有关于这方面移植的资料吗?
默认的uboot是包含有你说的这些的,你是拿的sdk里面的东西么
这个是第三方的板子,你可以找给你提供开发板的第三方询问下,他们有没有什么特别的设置,一般来讲是不难的额