Raspberry Pi assembly and operating system installation
First, the original Raspberry Pi
1, Raspberry Pi 2 Model B Development Board
2, SD card (this experiment project selects memory 8G SD card)
3, network cable a root
4, HDMI cable 1
5. LCD display
6. Power supply
7, USB wireless network card
Second, installation system
1. SD card format
Using the card reader to connect the SD card to the PC, use Sdformatter in the Windows environment to format the SD card.
2. Download the system compression package
Go to Raspberry Pi website download, address http://www.raspberrypi.org/downloads, download noobs_v1_4_2.zip
Unzip the package to an SD card
3. Connect the LCD screen
Connect the motherboard to the computer display using HDMI and VGA conversion lines.
Connect the motherboard to the keyboard, mouse, power supply, and SD card as well.
4. Installation System
When connected, open the switch button.
In general, the Debian image file is written to the SD card using Win32diskimager.
I downloaded noobs(noobs itself is not the operating system, but the Raspberry Pi is the official recommended startup management software. With noobs, you can install the system without the mirror brush and Write tool, and you can reinstall the system directly on the Raspberry Pi. The official recommendation is to use the Raspberry Pi for the first time and install the system with noobs. )
After entering the installation system interface let you choose, I chose this. You can choose multiple options.
After that, start reading the installation.
--------------------------------------------------------------------------
FAQs and Solutions:
Problem: No HDMI cable when I first get the material
Solution: You can insert SD into the motherboard and connect the motherboard with a network cable when the SD card is written to the system without a monitor. Search for the IP address of the Raspberry pi in the host, use Xshell(general recommended Putty) tool, connect the Raspberry Pi remotely with ssh. after using the Vnc-viewer tool, go to the Raspberry Pi visual interface.
--------------------------------------------------------------------------
Reference documents:
Baidu Library
Raspberry Pi Official website-Raspberry Pi instructions for use
Raspberry Pi Development Note one