树莓派基础配置
操作步骤
- 查看系统基础信息
- 修改
pi
用户密码 - 使用
raspi-config
修改时区、打开vnc - 修改APT与PIP的配置
- 安装一些常用的基础库
参考
-
/etc/apt/sources.list
文件deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ buster-updates main contrib non-free
-
/etc/pip.conf
文件[global] index-url=https://mirrors.aliyun.com/pypi/simple/ extra-index-url=https://www.piwheels.org/simple
-
安装一些常用的基础库
sudo apt-get install libevent-dev libjpeg-dev build-essential libssl-dev libffi-dev python3-dev libavahi-compat-libdnssd-dev libatlas-base-dev autoconf python3-venv
-
VNC Viewer
https://www.realvnc.com/en/connect/download/viewer/