8168如何通过网口1(DEMO板默认是网口0)下载UBOOT?
TI的DEMO板上面默认的是使用网口0,如果要想从网口1来下载,请问要修改哪里?怎么修改?
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.
8168如何通过网口1(DEMO板默认是网口0)下载UBOOT?
TI的DEMO板上面默认的是使用网口0,如果要想从网口1来下载,请问要修改哪里?怎么修改?
Hi Eason,
In the DM816x TRM, chapter 25 ROM Code, I can see that only EMAC0 (GMII0, CPGMAC0) is supported for boot by the ROM code.
25.5.2.1 MBOOT Configuration Pins
The following shortcuts are used in the table:
Ethernet Ethernet GMII0 interface (EMAC port 0)
25.8.4 Ethernet Boot Procedure
Ethernet boot uses the CPGMAC0 subsystem of the device, connected to external Ethernet PHY using the GMII0 and MDIO pins.
Table 25-24. Pins Used for Ethernet Boot - GMII0 pins
如果你说的是从EMAC1启动,那恐怕是不行的,这需要ROM code支持才可以。但是从手册描述来看,是不支持的。
如果说的是在uboot下面通过EMAC1来下载代码,那是完全可以的。
BR,
Eason
我指的不是从EMAC1启动,只是从EMAC1下载UBOOT而已,现在已经知道答案了,谢谢Eason Wang