This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
Please refer to the following threads from my colleagues: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/990602/tda4vm-add-adb-function-in-ti-linux-sdk. In summary, ADB is not going to be supported on Linux SDK. You will have to add this by yourself if this is needed for your project.
Regards,
Krunal
Adding to Krunal's note.
ADB is android debug bridge and is intended for usage with android distribution. Such experimental combination of ADB for non android usecase is not a recommended scenario.
Further reading : https://source.android.com/docs/setup/build/adb
Android offering for AM62 can be found at : https://www.ti.com/tool/download/PROCESSOR-SDK-ANDROID-AM62X/09.01.00
Hi,
Thank you for your reply!
I now understand that the Linux version of the SDK does not include ADB functionality internally. I will try this version of the Android SDK when I have time later