Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system/adb: Waiting for enumeration to complete before opening endpoint
Env esp32s3-devkit:adb Error adbd [3:100] NuttShell (NSH) nsh> adb_uv_usb_setup (154): failed to open usb device -1 2 Test + adb_log("Waiting for %s ..", ep); adbd [3:100] NuttShell (NSH) nsh> adbd_main (161): Waiting for /dev/adb0/ep0 .. nsh> ps PID GROUP PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK COMMAND 0 0 0 FIFO Kthread - Ready 0000000000000000 0003008 Idle_Task 1 0 224 RR Kthread - Waiting Semaphore 0000000000000000 0008080 hpwork 0x3fc8bc00 0x3fc8bc24 2 2 100 RR Task - Running 0000000000000000 0003992 nsh_main 3 3 100 RR Task - Waiting Semaphore 0000000000000000 0008112 adbd nsh> Signed-off-by: wangjianyu3 <[email protected]>
- Loading branch information