Using Torizon-Core builder I would like to get the 2nd ethernet port functional on the Colibri iMX8QXP along with device tree “imx8qxp-colibri-lvds-single-channel.dts”. The ethernet IC installed on the custom carrier board is KSZ8873RLL. Aside from the required pin-mux what other steps are required?
Is there a reference for this? Thanks
We recommend you read chapter 5.3 of the Colibri iMX8X datasheet to take a look at some details of the second Ethernet for this module: Colibri iMX8X | Toradex Developer Center
I would like to note the following observation for the 2nd ethernet:
under sys/kernel/debug/pinctrl/pinctrl-maps I see “device scu:pinctrl” instead of “device ”. see attached .
That would appear to be an issue, I have: status = “okay” in a device tree overlay. Why would the device not indicate ?
Here are the device tree overlay settings for second ethernet, if you need something more let me know.
Is there a driver/module that needs installed/referenced for the “rmii”?
In torizoncore builder I’m using “ imx8qxp-colibri-lvds-single-channel.dts” as the device tree source. I can successfully complete a “torizoncore build” and install with the device tree and overlays.
Obviously I’m in learn mode when it comes to device trees, etc