Part Number: DP83TG720S-Q1
hi:
I have a problem. When reading and writing to the extended registers, I found that 0xd cannot be written to 0x1f, which prevents me from inputting other register addresses for reading and writing.
as follows
root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x1froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xe/0x608root@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x401froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool read eth2/0x4/0xe0x027broot@j721e-evm:/home/weston#root@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x1froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xe/0x60aroot@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x401froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool read eth2/0x4/0xe0x027b
and register 0xd can not write 0x1f
as follows
root@j721e-evm:/home/weston# phytool write eht2/0x4/0xd/0x1froot@j721e-evm:/home/weston#root@j721e-evm:/home/weston# phytool read eth2/0x4/0xd0x401f
Can you tell me what the reason is and what the problem is with the reading and writing method?