...
Please refer to https://sunplus.atlassian.net/wiki/x/1gB-dg to download the source code. Use the following command to set up the compilation environment. In “Select rootfs“, “5“ should be selected for Buildroot root file-system.
Code Block |
---|
# make config |
adbd utility for the
...
target
Use the following command to enter Buildroot Configuration and select submenus for the adbd utility for the target : Target Packages > System tools. Select [*] for “android-tools” (it selects “adbd” by default).
Code Block |
---|
# make bconfig |
kernel
...
Setup
Enter the kernel configuration by running the following command in the top directory of project.
...