当前位置:网站首页>VNC viewer remote connection raspberry pie without display

VNC viewer remote connection raspberry pie without display

2022-06-25 00:19:00 Bald again this year

One : Download related tools :

1. Raspberry pie image tool download :Raspberry Pi OS – Raspberry Pi

 

2. Formatting tool :
This use SDCardFormatterv5, You can choose other tools .

3. Image burning tool :
This use Raspberry Pi, You can choose other tools .

4.VNC Viewer:
Download VNC Viewer | VNC Connect

5. Remote tools :
This use putty, You can choose other tools
PuTTY: a free SSH and Telnet client

Two :SD Card format :

① take SD Insert into the card reader , Then plug the card reader into the computer .
② Open the formatting tool SDCardFormatterv5.
③ Select what you want to format SD card .
④ Select the dialog box that pops up , choice “ yes ”.
⑤ And then it pops up , Prompt for formatting completion , Select OK , It's done. SD Card formatting .

3、 ... and : Burn image :

① Open the burning tool raspberry pi.
② Click on “CHOOSE OS”, Select the image file you just downloaded , And then click “CHOOSE SD CARD” Select the just formatted SD card , Then click WRITE.


③ Then a dialog box will pop up , choice “Continue/OK”, then , And started burning .

 

  Four : configure network :

Use mobile hotspot
① On the computer , Open the burning image just now SD card .
② stay boot Under the table of contents , Build a ssh Empty file .
③ stay boot Under the table of contents , Create a text file first .
④ open the text file , Copy the following into the text .

country=CN
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
	ssid=" Your wireless network name "
	psk=" Your wireless password "
	key_mgmt=WPA-PSK
	priority=1
}

among , take ssid Change the content of to the name of the mobile hotspot ,psk Change the content of to the password of the mobile phone hotspot .
⑤ Save the text just now , And change the name to wpa_supplicant.conf.
⑥ Take out SD card , take SD Insert the card into the raspberry pie , Turn on the phone hotspot and connect the raspberry pie at the same time .
⑦ You can check the raspberry pie on your mobile phone ip Address .

5、 ... and .putty Remote connection :

① open putty, stay Host Name It's about , Enter the results you just viewed IP Address , Then choose “open”.
② Select the dialog box that pops up , choice “ no ”.
③ Enter the user and password ( Default user :pi The default password :raspberry).
④ Start raspberry pie VNC service , Input instruction (sudo raspi-config), Configure raspberry pie .
⑤ Select... With the up and down keys “Interfacing Options”, Then press the left and right keys to select “Select”.
⑥ Then press the up and down keys to select “VNC”, Press the left and right keys to select “Select”.
⑦“would you like the vNc server to be enabled?”–> choice “Yes”.
⑧“The VNC server is enabled”–> Carriage return option “OK”.
⑨ Up and down key selection “Advanced Options”, Press the left and right keys to select “Select”.
⑩ Up and down key selection “Resolution”, Press the left and right keys to select “Select”.
⑪ Then there is the resolution selection , choice “DMT Mode 16”, Then choose “OK”.
⑫“The resolution is set to DMT mode 16”–> Carriage return option “OK”.
⑬ Back to the beginning , choice “Finish”, complete .


6、 ... and 、VNC Viewer Remote interface display :

1. install VNC Viewer
① choice ok


② Click on Next

 

③ Choose to agree to the agreement , And click the Next    ④ choice Next
⑤ setup script , It may take a while

 2.VNC Viewer Use
① After opening , First enter the name of raspberry pie at the top IP Address , Then enter... In the pop-up interface Username,Password, Click on OK


② The interface that appears , It's done. VNC Viewer Remote desktop  

 

原网站

版权声明
本文为[Bald again this year]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206241932061098.html