Colibri iMX8QXP 2GB WB IT
Colibri Evaluation Board Rev 3.2
Torizon Core 5.7.2+build.17
I am attempting to enable the second Ethernet port (fec2) on the Torizon image using the following method:
-
I defined the interface fec2 in the file /tcbworkdir/device-trees/dts-arm64/imx8x-colibri.dtsi, using fec1 as an example.
-
I defined the pin control in the same file.
-
I disabled Ethernet interface 1 (fec1) and enabled interface 2 (fec2) in the file /tcbworkdir/device-trees/dts-arm64/imx8x-colibri-eval-v3.dtsi.
-
I generated the Torizon Image with the changes and tested it on the test bench.
However, the console displays an error while attempting to read the MAC Address from the interface.
Additional information,
I am using the LAN8720A chip for the ethernet Phy.
Any ideas what could be going wrong?