eaidk-310 connect to the desktop through vnc

Originally, I have been using the serial port tool to connect to the debug port of eaidk310, and then connected to the development board through the serial port login in putty.

However, it is very inconvenient to connect the line every time. So I want to connect via vnc.

Then we can connect through vnc through the following three steps.

1. Install vnc software:

sudo dnf install tigervnc-server

2. Add vnc access password:

vncpasswd

Then it will let you enter the password and confirm the password.

3. Start the vnc service:

vncserver

 

In this way, after the above three steps, you can connect to the remote desktop of eaidk310 through another computer under the same network by accessing the ip address.

Guess you like

Origin blog.csdn.net/qqliuzhitong/article/details/112950390