android-rpi / device_arpi_rpi4

Device build-config for Raspberry Pi 4
221 stars 93 forks source link

CM4 / DWC2 #65

Open NumberOneGit opened 3 years ago

NumberOneGit commented 3 years ago

I tried adding "dtoverlay=dwc2, dr_mode=host" to the config file in the boot folder on a CM4 with android-rpi on the eMMC, since USB is not enabled on the IO board by default. When the device boots to the menu with Clock, System Tracing, and Settings no cursor appears. I see that "dtoverlay=dwc2, dr_mode=peripheral" is commented out in the config already so I assume the driver exists in the software. Are there any ideas why my cursor won't appear? I'm using a powered USB hub.

rockywangsugar commented 3 years ago

I have the same problem, my config is "dtoverlay=dwc2, dr_mode=host", any progress of this issue?