Setup Guide: Raspberry Pi | System Setup & Preparation

未分类 bolang 6个月前 (10-13) 123次浏览

Setup Guide: Raspberry Pi (2 & 3) | System Setup & Preparation

Install NOOBS & RASPBIAN /w desktop on your Raspberry Pi

Configure Raspberry Pi

In the instructions below, do not directly type lines that begin with # – they are comments that you should read.

# Change User Passwords
sudo passwd pi
sudo passwd root

sudo raspi-config
# Change Timezone
# Change Hostname
# Change Boot Option: Boot to CLI (No GUI)

# Install Build Essentials & GIT
sudo apt-get install -y build-essential git

# Install Useful Tools (Optional)
sudo apt-get install -y htop iotop nmon lsof screen

# Reboot
sudo reboot

If you experience problems after rebooting, see Upgrade Problems for possible solutions.


本文转载自: https://github.com/cncjs/cncjs/wiki/Setup-Guide:-Raspberry-Pi-%7C-System-Setup-&-Preparation

喜欢 (0)