Ethernet gadget driver and OTG port


  • Can the OTG on this board be configured as a device side USB? Then by doing a "modprobe g_ether" can it be used as an ethernet connection through "usb0" interface? 



  • Dear @Todd Bonack,

         The IMX8MP supports OTG Mode, and by default the g_serial gadget is loaded, so you need to remove it to load ether. Here are the steps to follow to make i.MX8MP work,

    1. Connect the OTG cable between the Target and Host.
    2. The serial gadget can be removed by running "rmmod g_serial".
    3. By using "modprobe g_ether", you can load ether modules.
    4. If you run "ifconfig", you will see that the USB0 interface has been created.

Please login to reply this topic!