Raspberry Pie--The system installs the Linux__linux on the SD card

Source: Internet
Author: User

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





Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.