Ubuntu16.04 Raspberry Pi System Burn (i.)

Source: Internet
Author: User
Raspberry Pi System Burning

This document is written using the Raspberry Pi 3B

Download the package and extract the IMG image and unzip it.
Uzip Xxx.zip

Format memory card
Use gaprted to format directly

After formatting, look for the device that is the SD card
First df–h See what device, and then insert the memory card, df–h than to which is more out.

To prevent other devices from operating the memory card, first uninstall the device
Umount/dev/sdb1

Burn
sudo dd bs=4m if=2013-09-25-wheezy-raspbian.img of=/dev/sdb

BS represents a write to how large block, is blocksize abbreviation, 4M generally no problem, if not, try to change to the 1m,if parameter is the path of the downloaded image (should be the input file abbreviation), the after parameter is the device address (should be an abbreviation for output file, Everything on Linux is a file) do not write the wrong parameter here, no this you may lose all the data on the hard drive .

Progress
Of course, if you really want to see the copy progress at this time is also possible. Open another command line execution
sudo pkill-usr1-n-x DD

Plug-in card start-up and configuration
sudo raspi-config

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.