mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
android-tools: sleep more in android-gadget-start
Increase sleep to 10 seconds otherwise interface is not ready on rpi0w. Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
e4f8e83541
commit
8403930ab4
+1
-1
@@ -2,6 +2,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
sleep 3
|
||||
sleep 10
|
||||
|
||||
ls /sys/class/udc/ | xargs echo -n > /sys/kernel/config/usb_gadget/adb/UDC
|
||||
|
||||
Reference in New Issue
Block a user