Hi All,
Is there any that AM335x can connect Android device through USB at the linux platform?
Can adb port into AM335x linux platform?
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.
Hi All,
Is there any that AM335x can connect Android device through USB at the linux platform?
Can adb port into AM335x linux platform?
Hi Dennis,
You will need a cross-compiled adb binary for ARM architecture. I found this useful forum thread:
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=41&t=6130 - There is a link to stackoverflow thread where it is discussed how to build android adb for arm processor. There is also a link to a pre-cross-compiled binary.
Best regards,
Miroslav