Download Raspbian system image on official website, write TF card with Win32diskimager
Image File Select System image, Device select TF card Letter, write. So the system is ready to write. Insert the memory card into the Raspberry Pi and turn it on.
Connect the DHCP router via a network cable , then view the IP address of the Raspberry Pi on the router and connect the IP of the Raspberry Pi with Putty SSH.
The default account for the Raspberry Pi is raspberry.
Log in and set the root password first:
sudo passwd
Enter the root password two times as required (non-pi account password)
Then modify the pi password
passwd
After entering two times, the modification succeeds.
Modifying a software source
The use of the software source of the Dalian Neusoft Institute of Information, although the speed can not reach the ideal state but better than the official.
Modify Sources.list
sudo nano sources.list
Comment out the other sources in the file with #.
Join
Deb http://
Then update the software source, update the software is good.
# Update the software source sudo apt-get update# update software sudo apt-get upgrade
Raspberry Pi Learn the way to the Raspberry Pi system installation and login replacement software source