Basic Development FAQs
Q1: What tools need to be installed to use the development board?
A: For first-time use, the following basic tools need to be installed on your personal computer:
- USB Driver: Used to recognize and connect to the development board;
- ADB Tool: Enables device debugging and file transfer;
- Flashing Tool: Used for system image burning;
- QtScrcpy Screen Capture Tool: Facilitates screen content capture and debugging display;
For detailed installation steps and download addresses, refer to Tool Usage Summary.
Q2: adb devices fails to recognize the device, but the USB debugging cable used for testing is normal
A:
- Check if the USB driver is installed correctly.
- Double-ended USB-TypeC cables are not suitable; use a USB-TypeA to USB-TypeC data cable instead.