Raspberry Pi System I was playing bad ....
Probably ran a little bit of this thing, causing problems with the system
sudo apt-get Upgrade
Upgrade feature: Update software without changing existing software settings
Use caution in this function!!! Because after the update may be the graphics card driver updated, resulting in the interface!!!
I am now a typical Raspberry Pi novice player, was scared by the tree grandpa, he was a little bit wrong I'm afraid of dying tot
Now reload, first restore the TF card with the broken system, using Diskgenius software to clear the partition, see http://www.embed-net.com/thread-145-1-1.html
Then write to the system, you need to download Win32diskimager and the installation of the Raspbian system, see the method http://www.cnblogs.com/suzhengsheng/p/5044924.html
Next connect the display, but nothing happens ... The power and act lights are then found to be always on and not flashing. Obviously there is a problem.
Should be write system problem, write again, write again after still have problems, download system has a problem, re-download a system, after installation, everything is OK.
When I normally use the Raspberry Pi, only the power light is on and the act light is not lit.
Into the Raspberry Pi:
The first login will automatically pop up the Raspberry Pi's Advanced Settings panel (which can also be accessed later via the raspi-config command):
Select The space available on the first Expand Filesystem expansion SD card, otherwise there will be a lot of big software and cannot be installed (insufficient hint space).
Then set the default entry to the graphical interface. Select the second item and choose the one that goes to the graphical interface.
# Restart reboot
Follow the tutorials to set up your keyboard.
Then change the source of the software, I converted to Chongqing University in China, modify the following documents
sudo nano/etc/apt/sources.list
Can
Since the Raspberry Pi is being remotely connected to the computer, download the XRDP
sudo apt-get Install XRDP
Next, try the Raspberry Pi connection computer hotspot for Remote Desktop.
The computer opens the hotspot and can be turned on using 360, or it can be done using the command line.
Use the command line method as follows
# create hotspot netsh wlan set hostednetwork mode=allow ssid=ras key=*********# turn on Netsh wlan start Hostednetwork# view netsh wlan show hostednetwork# turn off Netsh wlan stop Hostednetwork
Note that the computer network should be shared with the hotspot, otherwise the Raspberry Pi will not be able to obtain an IP address.
Then in arp-a get the IP address of the Raspberry Pi, Remote Desktop input connection can be.
Due to the computer hotspot is very unstable, so it is best to use a network cable connection, or use a wireless card to connect a stable Internet.
Attached: Raspberry Pi installs Firefox:
sudo apt-get Install Iceweasel
ok~
Configure Raspberry Pi to recognize Chinese:
Install Wenquanyi Zen Hei's Open source Chinese font:
sudo apt-get Install Ttf-wqy-zenhei
Install Linux under the Chinese input method called SCIM (Smart Common Input method):
sudo apt-get Install Scim-pinyin
SCIM shortcut key is CTRL + Space
Then open:
sudo raspi-config
Then select Change_locale, and select ZH_CN in the default locale for the system environment:. UTF-8. Then restart the machine and find that the whole environment has become Chinese.
Raspberry Pi Reload System