User's Guide

2. Development Environment
2.1 Install SDK
Execute the installation script for the installation.
$ sh oecore-x86_64-aarch64-toolchain-nodistro.0.sh
You can enter the installation path or select the default installation path
/usr/local/oecore-x86_64
Extracting SDK.....................
Setting it up ......done
Indicates that the compile chain was successfully installed.
2.2 Compile environment configuration
Step1- Install the USB driver
To decompress the USB driver package, double-click “DriverInstall.exe” to install it.
After installation, " android_winusb.inf " will be generated in the " C:\Program
Files\MediaTek\SP Driver\drv\Android " path.
Openandroid_winusb.inf,
add information under[MediaTek.NTx86]and [MediaTek.NTamd64] as below
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_D002
Please replace the " VID_18D1&PID_D002" section according to your actual device ID.
Example
[MediaTek.NTx86]
... ...
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_D002
[MediaTek.NTamd64]
... ...
%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_D002
After this step, if the device can be connected to the Windows PC but cannot be recognized,
please refer to the following picture to get the Device ID information.