I checked the tutorial, and the USB OTG is working now. Thanks a million. I noticed this "bug" in the instructions: ",dr_mode=peripheral" missing in config.txt. This blocked everything. The correct code is below ``` [all] dtoverlay=dwc2,dr_mode=peripheral ``` Hope it heps.