First, use SD card formatter format memory card. (Note that not all memory cards are supported, recommended within SanDisk 32G)
Second, write the image using Win32diskimager. (This time using the 2017-11-29 release of Raspbian STRETCH with DESKTOP, download address https://www.raspberrypi.org/downloads/raspbian/)
After successful writing, configure Config.txt (if you do not configure Config, the monitor may not output images, but the Raspberry Pi is actually running successfully.) )
Disable_overscan=1
framebuffer_width=1366
framebuffer_height=768
Hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=81
hdmi_drive=2
hdmi_ignore_edid=0xa5000080
Config_hdmi_boost=4
Dtparam=audio=on
The 2017-11-29 version of the default closed SSH, the official solution is to create a random ssh file into the memory card, after the Raspberry Pi, you can use the Putty connection. Raspberry Pi IP can be queried from routes and other channels, username default pi, password raspberry (note ssh suffix)
Five, password modification
sudo passwd pi #修改 pi password
sudo passwd root #设置 root password
Su root #切换到 root user
Su pi #切换到 pi user
Six, the use of raspi-config instructions, open the settings interface, can be set according to their own needs.
1, choose advanced Options, choose expand FileSystem free other memory card space.
2, choose localisation Options, choose Change Timezone, restart.
3, choose interfacing Options, choose VNC, turn on the function. Using the Vncserver command to start the server program, the client can connect using the VNC viewer.