July 3, 2016 02:08:33
The basic parts of the Raspberry Pi have arrived, and I can't wait to try it.
The first thing to do is to put the box in force.
Installation completed, originally wanted to get a demo on the monitor, but found that my monitor does not support the HDMI cable Orz
Originally thought to be here today, and later in the classmate's guidance try to use the SSH link Operation Raspberry Pi ( Follow the old driver is up posture )
Windows-side tools: Putty
Plug in the Raspberry Pi, plug in the power.
Look at the IP address of the Raspberry Pi in routing management, as you can see in the list which is the Raspberry Pi
And then landed on the Raspberry Pi through putty.
The default user name is Pi
The default password is raspberry
Configure the Raspberry Pi WiFi via vim
sudo vim/etc/wpa_supplicant/wpa_supplicant.conf
Country=cn
Ctrl_interface=dir=/var/run/wpa_supplicant Group=netdev
Update_config=1
network={
Ssid= "SSID"
psk= "Password"
}
Save and exit after adding the network code snippet at the end.
At this point, however, my Raspberry Pi is still not connected to WiFi, and if you are experiencing this problem, the workaround is:
After executing this, the Raspberry Pi can be used by the wireless network.
How to play next I have not thought well, first learn Linux through Raspberry Pi
When writing the log, feel the WiFi link is not very stable, in the study of it.
Raspberry Pi Growth Diary 01