In yocto, how to enable adb logcat,reboot,remount

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

In yocto, how to enable adb logcat,reboot,remount

1,595 Views
neo2014
Contributor I

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?

 

 

 
Labels (1)
0 Kudos
Reply
1 Reply

1,547 Views
brian14
NXP TechSupport
NXP TechSupport

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.

0 Kudos
Reply