This post was last edited by Bangbang on 2021-4-29 19:41
Note: I copied some information from the official website.
-
Download the official virtual machine image
-
Download HiBurn
-
Download and install VMware Workstation (I always use it, so I don't need to install it)
-
Download and install the MobaXterm tool (strongly recommend this software, which includes a bunch of protocols)
-
Download and install RaiDrive tool (first time use, feels good)
-
Download and install the development board USB driver (always in use, so I don't need to install it)
-
Download and install VS Code (I use it all the time, so I don’t need to install it)
Unzip the Hongmeng Ubuntu18.4镜像OVF.zip
file downloaded from Baidu Cloud to a directory. You will get three files.
Open the VMware Workstation virtual machine
选择Ubuntu18.4镜像OVF
File, import *.ovf virtual machine package
Give it a new name
Open Run
I like to delete virtual devices that are not used, bridge the network, and copy the network status.
run
I can't open the terminal no matter what. I feel dizzy, but I don't care. The virtual machine finally runs in the background. I still use MobaXterm to access it remotely.
After entering the desktop, click a blank area on the desktop 右键
and click打开终端(E)
Record the obtained IP address.
Connecting to a server remotely on Windows
Open MobaXterm
the tool and click: Session
, SSH
buttons.
Enter the connection information, remote address, and click OK
Enter the account number: bearpi
, click Enter
On the pop-up interface, click Yes
Save account information to avoid entering it next time.
Next, I remotely mapped the Ubuntu file to Windows. It was my first time using it. It felt good. I used to map Windows to Linux. This is my first time using Linux to map Windows.
-
Installing RaiDrive Software
The default installation is OK.
-
Switch to Chinese language
In the previous step, I encountered a big pit. I must remember to cancel this software when the system starts, otherwise the computer will freeze when it restarts. It takes a long time to start the computer. Because when we start the computer, the virtual machine is not open, the software may try hard to connect, causing it to freeze.
Add link information
- SFTP://______ (This is the address obtained in step 3.9)
- Account: Both the account and password are bearpi
- Other default
- Click
确定
View the locally mapped ubuntu file path
The entire development environment is set up.