Just got a raspberry pie from Simon's classmate--Prepare a 4GB SD card, ready to run Linux.
Use tool Win32diskimager on Windows 7 to write an IMG to SD card, error, failure.
Fortunately I have Linux VMware virtual machines, on the virtual machine, execute command sudo dd bs=1m if=2012-12-16-wheezy-raspbian.img of=/dev/sdb
Tips
Error: Pick up the raspberry pie, with only red power lights on, and no output on the HDMI TV.
Why: When executing the DD command on Linux, it is time to write the OS image to the SD card (on the hard drive) instead of writing to a hard disk partition. Of=/dev/sdb mistakenly written in OF=/DEV/SDB1.
When I finished, I wondered how the SD card on the Linux Fdisk also showed only one VFAT partition, not multiple Linux partitions.
Workaround: First fdisk/dev/sdb, delete vfat partition, then execute DD command write mirror sudo dd bs=1m if=2012-12-16-wheezy-raspbian.img of=/dev/sdb
#Raspian安装Chrome
1,wget Http://goo.gl/go5yx-O install.sh
2,chmod a+x install.sh
3,./install.sh
4,chrome-disable-ipv6 & (& for running at background)
5,error loading libsmime3.so->try sudo apt-get update then redo Step 3
#Raspian安装中文输入法SCIM (Smart Common Input method)
1,sudo Apt-get Install Scim-pinyin
2,if some packages can ' t be downloaded, try sudo apt-get update–-fix-missing
3,run SCIM and it'll run Wihle booting.
#切换到root
$ sudo-s
Reference:
Official Downloads and Tutorials link
Http://www.raspberrypi.org/downloads
Raspberry Pie Raspberry Pi Hands-on report, Chinese, Chrome browser
Http://www.leiphone.com/raspberry-pi-hands-on.html
Mini Linux Machine Raspberry Pi and its use (i): Configure, picture, burn SD card, Python programming
Http://blog.sina.com.cn/s/blog_a16ed9d601017q72.html
Raspberry Pi Initial Experience: Configuration, pictures, connection
http://archboy.org/2012/12/11/raspberry-pi-first-review/
Raspberry Pi Quick Start Tutorial: configuration, pictures,
HTTP://WWW.EEBOARD.COM/TUTORIALS/RASPBERRY-PI Quick Start Tutorial/
Raspberry Pie--Learning 5: Resizing partitions
blog.csdn.net/c80486/article/details/8460304