Hello,
Let me confirm about below.
* I'm trying to read ethernet PHY register value on EVM(AM62-SK Rev E3) via "ethtool".
After booting up linux, I used following command, but output value is a little bit strange.
Command :
$ ethtool -d eth0
Output (Show only first line of output) :
Offset Values
------ ------
0x0000: 01 00 00 00 48 00 00 00 00 00 00 00 03 11 a0 6b
To compare value, I also used following command.
Command :
$phytool read eth0/0/0
Output :
0x1140
It seems that result of "phytool" is correct, but there is no same value on result of "ethtool".
Then, I have following question.
Q1, Can I use "ethtool" to read etherPHY register value ?
Q2, If no, is there any way to output etherPHY register value with oue command ?
(Case of "phytool", it seems that I need to point out exact "register address". So I could not read multiple register value with one command.)
Best Regards,