Thank you that did the trick. One last thing. Is there any way to get boot times down to 30sec? I am building a motorcycle computer and trying to get the fastest boot I can. Curremt boot times are 40 -45sec. Could you boot android form a NVMe to increase speed over the emmc ?Konsta wrote: ↑Sat Dec 10, 2022 7:12 amUSB is configured to be in 'otg' mode on CM4. This is to support ADB, MTP, PTP, and USB tethering on the micro-USB port of the official I/O board (i.e. same as USB-C port on Pi 4). With the official I/O board if you have something connected on the micro-USB it will kill connectivity on whatever you have connected on the regular USB ports (mouse, keyboard, storage, etc).themlruts wrote: ↑Fri Dec 09, 2022 8:14 pmI am running android 12 on my CM4 with a Waveshare carrier board https://www.waveshare.com/product/raspb ... base-c.htm . System boots up to the welcome screen but my usb ports are not working. I have tested this on raspberry pi os and the work just fine. So, I can't continue to set as I can't use a mouse or keyboard. Thoughts?
Also get this gray line looks like it almost locked up maybe.
Thanks
Mike
I don't know how the USB ports are wired on that carrier board. You probably need to configure the USB driver to use 'host' mode instead. There's a section in /boot/config.txt that says:Change the line under cm4 to 'dtoverlay=dwc2,dr_mode=host'.Code: Select all
# USB dtoverlay=dwc2,dr_mode=peripheral [cm4] dtoverlay=dwc2,dr_mode=otg [all]
The gray bar is probably just some random glitch related to how the tablet taskbar is hidden during the setup wizard. Not related to this in any case.
Thanks so much!!!
Mike