JETSON NANO is controlled via VNC remote desktop

Hint: Configured image, username: jetson original password: yahboom

If you are using a configured image, VNC is already configured, you can jump directly to step 6 and log in to VNC based on the current IP address

  1. Install vino

image-2023040600001

image-2023040600002

  1. Set Enable VNC service (you can manually open the vnc server at this time)

image-2023040600003

image-2023040600004

Edit org.gnome, restore the lost "enabled" parameter, enter the following command to enter the file, and add the key content below to the end of the file. Save and exit.

image-2023040600005

image-2023040600006

Set to Gnome compilation mode

sudo glib-compile-schemas /usr/share/glib-2.0/schemas

Now the screen sharing panel works in the unit control center... but this is not enough to get vino running! So you need to add the program: Vino-server when the session starts, using the following command line:

image-2023040600007

This is a manual start. If you need to start it manually every time, it will be troublesome. The following will set the form of automatic startup at boot.

  1. Set the VNC login password (change 'thepassword' to your own password)

image-2023040600008

  1. Restart the machine to verify whether the VNC setting is successful
  1. Set the VNC Server to start automatically at boot

The VNC server is only available after you log in to Jetson locally. If you want VNC to be automatically available, use the System Settings application to enable automatic login.

Add the following content to the file, save and exit.

image-2023040600009

If the system is set to require a user password to enter the desktop, the above script will not start until you enter the desktop. It is recommended to set the system so that users can automatically log in to the desktop.

  1. Connect to VNC Server

Use vnc viewer software to connect to VNC. First, you need to query the IP address. I found 192.168.1.195 here. Enter the IP address and click OK. Double-click the corresponding VNC user and enter the password. Finally, enter the VNC interface

image-2023040600010 image-2023040600011 image-2023040600012