1.准备工作
硬件准备
+ 读卡器
+ 闪存卡(16G及以上)
+ 电脑(windows系统)
软件下载
系统地址:https://www.raspberrypi.org/software/operating-systems/
烧录系统地址:https://www.balena.io/etcher/
2.烧录系统
(1)打开下载好的Etcher软件
![](https://img.haomeiwen.com/i9496345/a81e178c3914f6f0.gif)
(2)插入sd卡
win+E打开我的电脑查看sd卡是否已插入电脑,对非空的sd卡进行格式化
(3)选择镜像-->选择设备(sd卡)-->进行烧录
![](https://img.haomeiwen.com/i9496345/aee5596b48a72b89.png)
刷入完成
![](https://img.haomeiwen.com/i9496345/1f8b80d9516b92fe.png)
3.启动树莓派
![](https://img.haomeiwen.com/i9496345/c49057b38e72c668.png)
根据上图位置依次插入sd卡--->插入网线--->插入Micro HDMI线--->插入电源
然后等待系统启动即可
4.修改apt源
备份sources.list
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
修改sources.list
将ubuntu-ports改为mirrors.aliyun
更新源
sudo apt update
sudo apt upgrade
5.安装桌面
sudo apt install xubuntu-desktop
6.配置HDMI热插拔
修改config.txt文件
修改/boot/目录下config文件
vi /boot/config.txt
在结尾添加:
hdmi_force_hotplug=1
config_hdmi_boost=4
重新启动: sudo reboot
基础配置结束
网友评论