树莓派刷机
3b/3b+、4b的刷机镜像关注微信公众号:Allen Iverson,发送“镜像”两字获取资料
登录树莓派及换源
串口登录 | ssh登录 | xrdp登录 | 更新vim |
---|---|---|---|
扩容 | 换源 |
串口登录(用的Mobaxtern)
1.把串口ch340 ,Tx -> 树莓派Rx,串口的Rx -> 树莓派Tx
2.先打开Mobaxtern软件进入Session->serial->选择对应的com口,配置对于的波特率
3.完成2的配置后,在开始给树莓派上电,等到看到代码出现,即登录成功
ssh登录
1.先用到串口登录进终端
2.让树莓派连接到网络
-
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
-
在文件添加配置信息
network={
ssid="你的WIFI名字"
psk="你的WIFI密码"
}
ctrl+o保存 ctrl+x退出
-
固定树莓派IP地址
sudo nano /etc/rc.local
输入:ifconfig wlan0 自己的IP地址
3.ssh方式登录树莓派
sudo raspi-config ->打开iinterface options
登录->ssh 输入对应的ip地址和用户名
xrep登录
1.先要进行换源
sudo nano /etc/apt/sources.list
deb Index of /raspbian/raspbian/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror buster main contrib non-free rpi deb-src Index of /raspbian/raspbian/ | 清华大学开源软件镜像站 | Tsinghua Open Source Mirror buster main contrib non-free rpi
2.更新源
sudo apt-get update
3.下载xrdp
sudo apt-get install xrdp
4.用远程桌面输入树莓派的Ip地址进行登录
更新vim/扩容
1.sudo apt-get install vim(先换源)
2.sudo raspi-config -----》advances options --》 Expand Filesystem
3.df -h 查看树莓派内存大小
树莓派和windows文件共享
1.FileZila
2.Mobaxtern自带的