First components to be prepared:
1. Raspberry Pi 3 Model B
2, SD card one sheet
3. Network cable and router
4. Computer
Raspberry Pi Packaging
Raspberry Pi Front
Components
One, SD card system write
First of all, download the Raspberry Pi system from the official website!
Address: https://www.raspberrypi.org/downloads/
Select Raspbian Download
also download Win32diskimager
Write Raspbian system to SD card
Second, installation
1. First connect the Raspberry Pi to the router
Enter the router to find the IP address of the Raspberry Pi
2. Download putty for remote control of Raspberry Pi
Click Open to enter remote control
Default User name Pi
Default Password Raspberry
3. Configuration
After entering SSH
Input sudo raspi-config
Select Expand File ... Make space expansion
Then type sudo reboot, reboot and reconnect
5. Remote Desktop Installation
Input command sudo apt-get install Tightvncserver
After the installation is complete, enter VNCPASSWD to set a password. Enter two times, and then ask if you want to set a view-only password, which is generally not required
Then enter Vncserver to generate the desktop
Then open the PC-side VNC software input Raspberry Pi ip:1
After clicking Connect, enter the VNC password you set into the GUI interface.
OK installation Successful
Note: I encountered some problems in the installation and solutions
1. The system cannot write to SD card
Workaround: The SD card may have write protection or change the drive letter
2, according to the online tutorial can not start the desktop
Solution: Direct Input Vncserver not enter anything else
New Raspberry Pi 3 model B (Raspberry Pi 3) installed