魯班貓開發板通過遠程VNC連接桌面:
硬件:lubancat2,網線
軟件:ssh軟件,vnc viewer
參考鏈接:https://training.eeworld.com.cn/video/38821
1、ssh連接lubancat2 ,輸入ifconfig查看ip
2、輸入 sudo apt update 更新
3、輸入sudo apt install x11vnc 安裝vnc服務器
4、開啟vnc服務
export DISPLAY=:0
sudo x11vnc -auth guess -once -loop -noxdamage -repeat -rfbauth /home/cat/.vnc/passwd -rfbport 5900 -shared
#前面需要加權限sudo ,如何是使用root客戶權限則可不加
5、安裝vnc viewer軟件
vnc軟件地址-https://www.realvnc.com/en/connect/download/viewer/
6、連接lubancat2桌面