I am working on lf-5.15.y branch and imx8mp, and I added ADB recipes and CONFIG_USB_CONFIGFS_UEVENT in kernel.
And adb shell,push,pull,etc is working well but adb logcat,adb reboot, adb remount is not working.
When executing adb logcat, below is output:
$ adb logcat
/bin/sh: line 1: exec: logcat: not found
When executing adb reboot, there is no output:
$ adb reboot
.....
What should I check for this issue?
Hi @neo2014,
Could you help me to clarify your issue?
Are you trying to use ADB (Android Debug Bridge) on our BSP, is it correct?
I see some references about the Yocto build to have access to these tools.
How are you doing your building process?
Also, I want to mention that some commands may not function due to these tools are created based on the Android SO using some functionalities created specifically for this platform.