USB 2.0 OTG port slow performance - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PineCube (https://forum.pine64.org/forumdisplay.php?fid=149) +--- Forum: Development Discussion on PineCube (https://forum.pine64.org/forumdisplay.php?fid=151) +--- Thread: USB 2.0 OTG port slow performance (/showthread.php?tid=16869) |
USB 2.0 OTG port slow performance - disctanger - 06-19-2022 I am working on https://wiki.pine64.org/wiki/PineCube#PineCube_as_a_webcam section of PineCube wiki. I am trying to get USB 2.0 port to reach maximum bandwidth with OTG port (Hi-Speed - 480 MegaBits/second) on PineCube device. Currently it is performing as Full-Speed (12.5 MegaBytes/second) usb port. I have measured the speed and performance using iperf + g_ether kernel mod + OTG port (details below) Official datasheet of PineCube (https://files.pine64.org/doc/datasheet/pinecube/S3_Datasheet_V1.1-20180123.pdf) tells that the port can perform up to 60 MegaBytes/second or 480 MegaBits/second. UVC gadget (g_webcam module) is also performing at Full-Speed mode. Code: root@pinecube:~/uvs-gadget# iperf3 -c 192.168.10.5 -f M armbianmonitor tool output (detailed logs) : http://ix.io/40o2 My questions are:
|