工具与软件:
您好!
我们将2个不同的 DP83867IRRGZ 以太网 PHY 用于两个以太网端口 eth0和 eth1。 我们在 EVK SK-AM625上进行开发。
现在、我们要更改 ETH1 PHY 的 GPIO_0、并使用以下命令。 我们还详细介绍了用于读取的命令。
root@am62xx-EVM:~# phytool write eth1/0x0/0xD 0x001F
root@am62xx-EVM:~# phytool write eth1/0x0/0xE 0x0172
root@am62xx-EVM:~# phytool write eth1/0x0/0xD 0x401F
root@am62xx-EVM:~# phytool write eth1/0x0/0xE 0x0009
root@am62xx-EVM:~# phytool write eth1/0x0/0xD 0x001F
root@am62xx-EVM:~# phytool write eth1/0x0/0xE 0x0172
root@am62xx-EVM:~# phytool write eth1/0x0/0xD 0x401F
root@am62xx-EVM:~# phytool read eth1/0x0/0xE
0x0009
root@am62xx-EVM:~# phytool write eth0/0x0/0xD 0x001F
root@am62xx-EVM:~# phytool write eth0/0x0/0xE 0x0172
root@am62xx-EVM:~# phytool write eth0/0x0/0xD 0x401F
root@am62xx-EVM:~# phytool read eth0/0x0/0xE
0x0009
尽管执行了上述过程、但当我们读取时、两个以太网 PHY 的寄存器值都发生了变化。
此外、当我们在电路板上进行检查时、它仅反映在 eth0上、而不反映在 eth1上。

如果我们使用了错误的命令、请告知我们、或者我们使用了什么命令?
供参考
所述的要求