Kickpi-Book
  • KICKPI Document
  • K5(A133)
    • A133中文文档
      • 02-KICKPI-K5C硬件介绍
      • 02-KICKPI-K5硬件介绍
      • 10-系统镜像烧录
      • 11-SDK源码编译
      • 12-硬件功能使用说明
      • 13-硬件工厂测试
      • 20-LCD功能调试
      • 21-LRADC按键配置
      • 31-Android10.0 Tablet系统定制
      • 32-Ubuntu16.04 系统定制
      • 33-Kernel 驱动定制
      • 34-K5C主板供电
  • K2B/K2C(H618)
    • H618 English Document
      • 00-Board Function List
      • 01-Quick Start Guide
      • 02-Image Burnning
      • 03-SDK Compilation
      • 04-Hardware Factory Test
      • 13-I2C3-pcf8563rtc
      • 14-Secure Boot
      • 20-Ubuntu2204 system
      • 21-Android12.0 system customization
      • 30-Kernel defconfig configuration
      • 31-Extended pin configuration
      • 33-Linux QT application compilation environment construction
      • 44-Keybox
    • H618 中文文档
      • 02-KICKPI-K2B硬件介绍
      • 03-KICKPI-K2C硬件介绍
      • 10-系统镜像烧录
      • 11-SDK源码编译
      • 12-硬件功能使用说明
      • 13-I2C3-pcf8563rtc
      • 14-Secure Boot
      • 硬件工厂测试
      • 20-Ubuntu2204系统
      • 21-Android12.0 系统定制
      • 30-Kernel defconfig配置
      • 31-扩展引脚配置
      • QT开发环境搭建
      • 33-linux QT应用编译环境搭建
      • 44-Keybox
  • K1/K1B/K3/K8(RK356X/RK3588)
    • RK3568 English Document
      • 02-KICKPI-K1 Hardware introduction
      • 03-KICKPI-K1B Hardware Introduction
      • 04-KICKPI-K3 Hardware Introduction
      • 05-KICKPI-TX66 Hardware Introduction
      • 06-KICKPI-K8 Hardware Introduction
      • 10-System image burning
      • 11-SDK source code compilation
      • 12-Hardware function instructions
      • 13-Hardware Factory Test
      • 14-Hardware Aging Test
      • 20- Linux system customization
      • 21-Android13.0 system customization
      • 22 - Kernel driver customization
      • 30- Linux NPU YOLOV5S object detection
      • 31-Android NPU YOLOV5 object detection
      • 32-Linux Docker
      • 33-Linux QT Environment
      • 40-RK3568 LCD Configuration
      • 50 - Frequently Asked Questions
    • RK3568 中文文档
      • 01-RK芯片对比介绍
      • 02-KICKPI-K1硬件介绍
      • 03-KICKPI-K1B硬件介绍
      • 04-KICKPI-K3硬件介绍
      • 05-KICKPI-TX66硬件介绍
      • 06-KICKPI-K8硬件介绍
      • 10-系统镜像烧录
      • 11-SDK源码编译
      • 12-硬件功能使用说明
      • 13-硬件工厂测试
      • 14-硬件老化测试
      • 20-Linux系统定制
      • 21-Android13.0系统定制
      • 22-Kernel 驱动定制
      • 30-Linux NPU YOLOV5S 目标检测
      • 31-Android NPU YOLOV5 目标检测
      • 32-Linux Docker环境搭建
      • 33-Linux QT环境搭建
      • 40-RK3568 LCD配置
      • 41-固件解包和打包
      • 50-常见问题
  • K7(RK3576)
    • RK3576中文文档
      • 02-KICKPI-K7硬件介绍
      • 10-系统镜像烧录
      • 11-SDK源码编译
      • 12-硬件功能使用说明
      • 13-硬件工厂测试
      • 14-硬件老化测试
      • 20-Android系统定制
      • 21-Linux系统定制
      • 22-Kernel驱动定制
      • 23-Linux NPU YOLOV5S 目标检测
      • 24-Deepseek大模型
      • 32-Linux Docker环境搭建
      • 05-Linux_VNC远程控制
      • 41-固件解包和打包
  • K4B(T113-S3)
    • T113-S3中文文档
      • 01-KICKPI-K4B硬件介绍
      • 10-系统镜像烧录
      • 11-SDK源码编译
      • 12-硬件功能测试
      • 13-硬件工厂测试
      • LCD功能调试
      • 20-Ubuntu20.04系统定制
      • Buildroot_QT5配置
      • Buildroot系统定制
Powered by GitBook
On this page
  • 主板端配置VNC服务器
  • Windows连接VNC
  1. K7(RK3576)
  2. RK3576中文文档

05-Linux_VNC远程控制

VNC(Virtual Network Computing)是一种基于远程帧缓冲协议(RFB)的图形桌面共享系统,它允许用户通过网络连接到远程计算机,并像操作本地计算机一样操作远程计算机的桌面。

SDK$ - 下文指代源码路径

console$ - 下文泛指主板命令行控制台

ADB$ - Android Debug Bridge命令行工具,下文泛指可运行ADB的环境

主板端配置VNC服务器

配置环境

console$ sudo apt update
console$ sudo apt install x11vnc

创建密码

console$ x11vnc -storepasswd

示例:

kickpi@kickpi:~$ x11vnc -storepasswd
Enter VNC password: 
Verify password:    
Write password to /home/kickpi/.vnc/passwd?  [y]/n y
Password written to: /home/kickpi/.vnc/passwd

可知密码存放路径为 /home/kickpi/.vnc/passwd

启动VNC服务器

console$ export DISPLAY=:0
console$ x11vnc -auth guess -once -loop -noxdamage -repeat -rfbauth /home/kickpi/.vnc/passwd -rfbport 5900 -shared

Windows连接VNC

下载Mobaxterm

Mobaxterm软件地址下载:https://mobaxterm.mobatek.net/

Mobaxterm操作步骤

  1. 新建会话窗口

  2. 选择会话窗口类型为VNC

  3. 输入IP地址

  4. 输入端口号

  5. 启动会话窗口

  1. 输入密码,点击OK

Last updated 10 days ago

image-20250421141430650
image-20250422152029118