This post was last edited by Yanda5zi on 2022-5-20 15:02
I have received the BK7231N development board. The whole board is quite delicate and compact, with IC in the middle and pins on both sides. It feels very comfortable overall.
Today, we will build the development environment of the SDK code package that the Tuya module needs to modify. Because the code is compiled in a Linux environment, the entire virtual machine is required first.
There are many virtual machine software, and there is also a domestic one that is relatively easy to use, but I still choose the open source VirtualBox. First go to the official website to download a VirtualBox , the latest version is version 6.1.34. However, it is generally difficult to download from the official website, I downloaded version 6.1.32 from a third party.
The following is the process of installing a virtual machine. Double-click 666, click Next, and select the default function. You do not need to modify it, but you can modify the software installation path according to your computer situation. I directly changed C to F and put it in the last empty disk, which is used to store virtual machines.
Then just click "Yes" and "Install" all the way, and you can agree to it. After the installation is complete, you don't have to run the virtual machine software immediately. You still need to prepare the Linux image file before running it.
Go download an Ubuntu image file, which already supports desktop operations. Download it and keep it for future use.
Let's start installing the system
Run VirtualBox. If you are using it for the first time and have never created a virtual machine, create one first and leave a reasonable amount of disk space.
I put all the virtual machines in the F drive, and then select the memory space size in the next step. Since my computer has 8G memory, I will allocate 2G first.
Recreate the virtual hard disk
After the settings are completed, load the image file to install the Ubuntu system
Install the Ubuntu image file you just downloaded where the arrow points, and then click Start
If you encounter this problem, click on the details and download the missing files from the Internet to complete them. If an error message is prompted after completing the file, it means that the virtualization function of the computer motherboard is not turned on. Shut down and restart the computer, enter the control panel and turn on the Intel virtualization function.
The system installation process is omitted, basically everyone knows it.
…………The installation process is omitted here…………
This is the Ubuntu system after installation