Hi all
I'm using i.MX6SoloX and have a question about RGMII interface.
I want to set RXC_DLY and TXC_DLY field of ENETx_ECR register and try following flow.
But both fields aren't able to set "1".
The BSP is L4.1.15 and the tool which I used is memtool.
Here is my tried flow and the result.
-----------------------------------
root@imx6sx_all:/unit_tests# ./memtool -32 02188024=70030012
Writing 32-bit value 0x70030012 to address 0x02188024
root@imx6sx_all:/unit_tests# ./memtool -32 02188024 10
E
Reading 0x10 count starting at address 0x02188024
0x02188024: 70000012 00000000 00000000 00000000
0x02188034: 00000000 00000000 00000000 611215E1
0x02188044: 0000001A 00000000 00000000 00000000
0x02188054: 00000000 00000000 00000000 00000000
-----------------------------------
Also I read a P1098 of reference manual.
It seems that RXC_DLY and TXC_DLY can set "1".
Can RXC_DLY and TXC_DLY set to "1" ?
If yes, please tell me how to do.
Ko-hey