Second USB3 port as OTG - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: General Discussion on ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=99) +--- Thread: Second USB3 port as OTG (/showthread.php?tid=16745) |
Second USB3 port as OTG - softsr - 05-30-2022 Hello everyone! According Wiki the USB3 Port on RockPro64 could be used as an OTG port. I'm using Type C port for OTG device pretty succesfully, however there is a demand on having two OTG Ports simultaneously. Till now I've managed to switch USB3 port into OTG mode with editing device tree over dtedit command where following string was set from "host" to "otg": Code: dr_mode = "otg"; Code: usb1 { After that I can see the second device under /sys/class/udc: Code: rock64@rockpro64:~$ ls /sys/class/udc However the second USB3 device (fe900000.dwc) doesn't work same as Type C port, no device appears there at all (I'm setting it as a mass storage). So my question is: is it generally a good idea to use two USB3 ports as OTG devices simultaneously? If so, what could lack in setting it up? RE: Second USB3 port as OTG - softsr - 05-31-2022 I've loocked at the schematics of RockPro64 and found out, that the TYPEC1_U2VBUSDET (VBUS of USB3 PHY) seems not to be routed to the connector at all. Could it be the reason for such behavior of USB3 in OTG mode? |