文章目录
一:命令行登录
1.查看jetson nano的ip地址
- 通过ifconfig查看:对应eth0下的inet—>我这里是10.16.29.129
2.在windows上打开putty
- 下载地址:点击
- 正常安装即可
3.输入jetson账户和密码完成登录
二:图形界面登录
1.安装Vino
sudo apt install vino
2.编辑 org.gnome.Vino
sudo gedit /usr/share/glib-2.0/schemas/org.gnome.Vino.gschema.xml
- 在最后添加以下内容:
<key name="enabled" type="b">
<summary>Enable remote access to the desktop</summary>
<description>
If true, allows remote access to the desktop via the RFB
protocol. Users on remote machines may then connect to the
desktop using a VNC viewer.
</description>
<default>false</default>
</key>
- compile the schemas for Gnome
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
- 启动 Vino-server
/usr/lib/vino/vino-server
3.安装配置dconf-editor
- dconf-editor安装命令:
sudo apt-get install dconf-editor
- dconf-editor配置
注意一定要用当前用户来运行,不能加sudo 。
打开 dconf-editor 命令:dconf-editor
选择:org > gnome > desktop > remote-access
去掉prompt-enabled 和 require-encryption 的勾。
这时图形界面已经可以分享了
4.window下载VNC Viewer
下载网址:点击
正常安装之后就有这个界面
0表示默认显示的序号
当然也可以设置为:1为root用户 2为一般用户
成功显示的情况如下
5.设置开机启动
如果测试能用就可以在jetson nano上设置开机
1.Startup Applications
2.点右方加入
3.名称:StartVinoServer
4.指令:/usr/lib/vino/vino-server
然后就可以sudo reboot,重新连接图形界面测试