The raspberry pi system installs Linux and raspberrypi on the SD card.

Source: Internet
Author: User

The raspberry pi system installs Linux and raspberrypi on the SD card.

I just got a raspberry pi borrowed by Simon and prepared a 4 GB SD card for Linux.


On Windows 7, use the tool Win32DiskImager to write img to the SD card. An error is returned and an error is returned.

Fortunately, I have a Linux vmwarevm. Run the sudo dd bs = 1 M if = 2012-12-16-wheezy-raspbian.img of =/dev/sdb command on the VM.


Tips:

Error: Start Raspberry Pi by Power-on. The PI only has a red Power light and no output on the hdmi TV.

Cause: when executing the dd command on Linux, the operating system image should be written to the SD card (hard disk) rather than to a hard disk partition. Of =/dev/sdb is mistakenly written as of =/dev/sdb1.

After that, I still wondered why the SD card on Linux fdisk still shows that there is only one vfat partition, not multiple Linux partitions.

Solution: First fdisk/dev/sdb, delete the vfat partition, and then run the dd command to write the image sudo dd bs = 1 M if = 2012-12-16-wheezy-raspbian.img of =/dev/sdb


# Raspian install 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 install 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 will run wihle booting.

Related Article

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.