Skip to content

JetsonBasicSetupVNC

Netzeband edited this page Mar 20, 2017 · 4 revisions

Jeston TX1 Basic Setup (VNC)

Pre-requirement

  • A freshly flashed Jetson TX1 with L4T 24.2.1 (from jetpack 3.0)

Setup VNC Server on Jetson

Image

  • Launch the utility and set the options

    • "Allow other users to view your desktop"
    • "Allow other users to control your desktop"
    • "Require the user to enter this password:" (set a password for access)
  • Press "Close"

Image

  • There is an known bug which caused TigerVNC and TightVNC to not support the encryption of vino. That's why the encryption needs to be deactivated, if those clients are used (for example for Windows).

  • open a terminal on jetson and install the dconf Editor:

sudo apt-get install dconf-editor
dconf-editor
  • goto org/gnome/desktop/remote-access and disable the "require-encryption" option

Image

  • Close the dconf Editor afterwards

Setup VNC Client on Windows Host (TightVNC)

Image

  • Disable VNC Server components and press "Next"

Image

  • Click "Next" on the next screen

Image

  • Click "Install"

Image

  • When the installation is finished, open the TightVNC Viewer

  • Enter the IP address of the jetson board and click on "Connect"

Image

  • Enter the password chosen at the VNC Server setup step

Image

Setup VNC Client on Windows Host (TigerVNC)

Image

  • Start "TigerVNC Viewer" and enter IP address from Jetson board

  • Press "Connect"

Image

  • Enter password which was chosen during VNC server setup on Jetson

Image

Nest Step