Skip to content

Commit

Permalink
android-tools: sleep more in android-gadget-start
Browse files Browse the repository at this point in the history
Increase sleep to 10 seconds otherwise interface is not ready on rpi0w.

Signed-off-by: Devendra Tewari <[email protected]>
  • Loading branch information
tewarid committed Aug 22, 2022
1 parent 15a1c43 commit 3585c21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -e

sleep 3
sleep 10

ls /sys/class/udc/ | xargs echo -n > /sys/kernel/config/usb_gadget/adb/UDC
ls /sys/class/udc/ | echo -n > /sys/kernel/config/usb_gadget/adb/UDC

0 comments on commit 3585c21

Please sign in to comment.