RMII Verification
1. Hardware Config¶
-
EVB Board:

-
DEMO Board:
2. Software Config¶
-
uboot
-
Disable Supply to internel PHY
-
Enable Supply to RMII
-
kernel
arch/arm/boot/dts/pioneer3.dtsi
3. Verification¶
The following two methods can verify whether the RMII interface is available.
-
Enter
estartorping xxx.xxx.xxx.xxxunder uboot, if the network is connected, the RMII interface is available. -
Configure the IP under
kernel, useping xxx.xxx.xxx.xxxto check, if the network is connected, the RMII interface is available.
If the verification fails, please go back to check hardware and software config.