Tool/software:
Hello,
i want to set below ethernet phy registor to constant 1 (1001)
Registor Address : 0x0172
which is mention in below screenshot
For that i apply below commands
- For Writtng
- phytool write eth1/0x0/0xD 0x001F
- phytool write eth1/0x0/0xE 0x0172
- phytool write eth1/0x0/0xD 0x401F
- phytool write eth1/0x0/0xE 0x0009
- For Reading
- phytool write eth1/0x0/0xD 0x001F
- phytool write eth1/0x0/0xE 0x0172
- phytool write eth1/0x0/0xD 0x401F
- phytool read eth1/0x0/0xE
Using above command i will read successfully whatever i write on register address 0x0172
but enable to detect any changes on gpio pin.