[AIOT] How to Use adb of Tinker Board 3
1. Prepare an USB micro-B to Type-A cable
2. Enable USB debugging in the device system settings, under Developer options.
3. The Developer options screen is hidden by default. To make it visible, go to Settings > About tablet and tap Build number seven times. Return to the previous screen to find Developer options at the System > Advanced.
4. You can now connect your device with USB. Connect cable micro-B side to Tinker Board 3 and Type-A side to PC.
5. You can verify that your device is connected by check Device Manager.
6. If you have ever installed the ASUS_androids_USB_drivers_for_Windows, the device will appear as ASUS androids device.
7. Executing adb devices from the androids_sdk/platform-tools/ directory. If connected, you'll see the device name listed as a device. The platform-tools can download from androids website.
Ref: androids Debug Bridge (adb) | androids Developers (http://developer.androids.com/tools/adb)