7

Has anyone ever tried configuring the USB of the Compute Module 3 as USB OTG?
In the default kernel (Raspbian Stretch - Kernel7), support for usb otg appears to be disabled. Has anyone managed to recompile the kernel and test if it works?

The Raspbian guys seem to forget about the usb otg of compute module 3.

Thanks.

goldilocks
  • 60,325
  • 17
  • 117
  • 234

1 Answers1

1

From the datasheet

9.4 USB

The BCM2837 USB port is On-The-Go (OTG) capable. If using either as a fixed slave or fixed master, please tie the USB_OTGID pin to ground.

The USB port (Pins USBDP and USBDM) must be routed as 90 ohm differential PCB traces.

Note that the port is capable of being used as a true OTG port however there is no official documentation.Some users have had success making this work.

https://www.raspberrypi.org/documentation/hardware/computemodule/datasheets/rpi_DATA_CM3plus_1p0.pdf

Mats Karlsson
  • 979
  • 5
  • 11