Hi all,
We connect an external PHY through RGMII2 interface to imx6 SoloX , but the PHY interface under uboot is RGMII1, I change fec1_pads to fec2_pads,but it dosen't work .We find clk in RGMII1_TX_TXC pin.
My IOMUX setting:
int board_eth_init(bd_t *bis)
{
imx_iomux_v3_setup_multiple_pads(fec2_pads, ARRAY_SIZE(fec2_pads));
setup_fec();
return cpu_eth_init(bis);
}
Thank you for any feedback!
Hi igor
Thank you for your answer, I modified the iomux_v3_cfg_t const fec2_pads[] in mx6sxsabresd.c according to this document. It still dosen't work.
I checked the value of register 2
Hi burny
please check iomux_v3_cfg_t const fec2_pads[] in mx6sxsabresd.c
http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/board/freescale/mx6sxsabresd/mx6sxsabre...
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------