The following describes the installation Raspbian
1. Tools
- Computer One
- Raspberry Pi 31 Unit
- SD card (C10) and card reader
- Cable and data cable
2. Methods/Steps
- Win32diskimager (System Burn Tool)
- PuTTY (SSH login tool)
- Vncviewer (client)
- IP Scanner (get easpberry pi address)
- Download System Https://www.raspberrypi.org/downloads
The system needs to be decompressed after downloading
- Open Win32diskimager to burn the extracted. img image to the SD card
- After recording, insert the SD card into the Raspberry Pi, plug in the network cable, and switch on the power
- Open IP scanner, get Raspberry Pi address
The IP address can also be obtained from the computer's command line interface.
You can do this by combining key Win+r (CMD), and then entering ARP-A to see the address you want.
- Open Putty, enter the IP address of the Raspberry Pi Open
- Enter user name pi and password rasapberry (password invisible)
- Then the VNC is configured
- Input sudo apt-get update
- Input sudo apt-get install Tightvncserver
- then enter Tightvncserver
After that, the following screen will be required to set the VNC password, which is used when the client connects.
After entering the password can also be as needed, and then enter a view-only password, use this password can only view the desktop, but can not operate.
So all is done, then you can open Vncviewer, enter your own Raspberry Pi address, and add ": 1" in the back.
Click Connect and enter the password you previously set to enter the user interface.
Raspberry Pi 3 System installation