with udc being attatched to UVC, how can ADB be used?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

with udc being attatched to UVC, how can ADB be used?

588 次查看
neo2014
Contributor I

I am working on lf-5.15.y branch and imx8mp, and I added ADB.

But the log "

udc-core: couldn't find an available UDC or it's busy" is printed and android-tools-adbd.service failed to execute.
Anyway, I noticed UVC is attached to udc and after disabling UVC , I succeeded to ADB working.
 
How can I use ADB and UVC?
标签 (1)
标记 (1)
0 项奖励
回复
1 回复

573 次查看
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @neo2014,

I hope you are doing well.

The UDC controller driver can support any number of different gadget drivers, but only one of them can be used at a time. So when we enable the uvc functionality we lose the adb access.

One can try using adb over network setup (e.g. wifi, ethernet).

Please refer to below community threads for more information.

https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Mini-EVK-ADB-over-network-debug-Android-studio-...

https://community.nxp.com/t5/i-MX-Processors/Can-we-connect-ADB-via-ethernet-if-the-Android-board-do...

I hope it helps!

Thanks & Regards,
Dhruvit Vasavada

0 项奖励
回复