hello,
I just created a hiket image following the instructions described here:
https://source.android.com/source/devices
The board is booting correctly, but I have a very strange behavior regarding ADB. My windows PC detects an “Android Composite ADB Interface” device but with an error message indicating “This device cannot start, code 10”
I never seen such error.
And if I execute adb devices, it does not show any device.
Then if I look at the serial console when I plug the USB, I have the following message:
[ 1851.935338] dwc2 f72c0000.usb: Do port resume before switching to device mode
[ 1852.011357] dwc2 f72c0000.usb: dwc2_hsotg_enqueue_setup: failed queue (-11)
[ 1852.468814] dwc2 f72c0000.usb: new device is high-speed
[ 1852.564228] dwc2 f72c0000.usb: new device is high-speed
[ 1852.598414] dwc2 f72c0000.usb: new address 32
[ 1852.655653] configfs-gadget gadget: high-speed config #1: b
[ 1852.666661] android_work: sent uevent USB_STATE=CONFIGURED
Does anybody knows what is my issue ?
thanks in advance.