Raspberry Pi Basic setup a system burn and related configuration

Source: Internet
Author: User
Tags ssh

First, use SD card formatter format memory card. (Note that not all memory cards are supported, recommended within SanDisk 32G)

Second, write the image using Win32diskimager. (This time using the 2017-11-29 release of Raspbian STRETCH with DESKTOP, download address https://www.raspberrypi.org/downloads/raspbian/)

After successful writing, configure Config.txt (if you do not configure Config, the monitor may not output images, but the Raspberry Pi is actually running successfully.) )

Disable_overscan=1
framebuffer_width=1366
framebuffer_height=768
Hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=81
hdmi_drive=2
hdmi_ignore_edid=0xa5000080
Config_hdmi_boost=4
Dtparam=audio=on

The 2017-11-29 version of the default closed SSH, the official solution is to create a random ssh file into the memory card, after the Raspberry Pi, you can use the Putty connection. Raspberry Pi IP can be queried from routes and other channels, username default pi, password raspberry (note ssh suffix)

Five, password modification

sudo passwd pi #修改 pi password
sudo passwd root #设置 root password
Su root #切换到 root user
Su pi #切换到 pi user

Six, the use of raspi-config instructions, open the settings interface, can be set according to their own needs.


1, choose advanced Options, choose expand FileSystem free other memory card space.

2, choose localisation Options, choose Change Timezone, restart.

3, choose interfacing Options, choose VNC, turn on the function. Using the Vncserver command to start the server program, the client can connect using the VNC viewer.

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.