目录
用树莓派之后你会发现他会自己去根据他需要的包去安装,不要的软件他会扔掉unpack
电脑ping通树莓派,(树莓派也可以凭通电脑,前提是都连同一个网络)
引脚图
树莓派刷机
准备一个读卡器和一张16G以上的内存卡,使用balenaEtcher软件刷机
树莓派登录
1.HDMI视频线,连接到显示屏幕
2.串口登录 TX---rx RX--tx
修改系统配置,启用串口登录树莓派
(1).打开SD卡根目录的"config.txt文件”,停止蓝牙,解除对串口的占用
(2).修改目录中的"cmdline.txt文件”,将里面内容全部替换以下内容。
默认登录账号:pi
默认登录密码:raspberry
3.通过网络登录树莓派
(1).让树莓派连接网络
(2).修改指令:
sudo nano /etc/wpa_supplicant/wpa_supplicant.conf
nano是文档编辑器,类似于vi
在文件中添加配置信息
network={
ssid=”你的wifi名字"
psk=你的wifi密码"
}
ctrl+o保存,提示是否写入,按下回车,ctrl+x退出(配置一次,如果我们重启它的ip地址可能就变了,所以要固定)
(3)固定树莓派的IP地址
输入指令:sudo nano /etc/rc.local
最后输入ifconfig wlan0 自己的ip地址
(4).ssh方式登录树莓派
打开ssh功能
sudo raspi-config -> interface options
登录->ssh 设置ip地址和用户名,输入密码
4.树莓派图形化xrdp界面登录
终端命令行输入: sudo apt-get install xrdp
打开电脑->远程桌面连接->输入树莓派ip地址->树莓派用户名和密码即可
命令确认能否搜索到你想要的wifi
sudo iw dev wlan0 scan |grep SSID
1 ctl +o 保存
2 回车
3 ctl+x 退出
sudo reboot :重启
cmdline.txt 替换的内容---注意波特率
dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
config.txt 替换下列所有内容
# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
# uncomment to force a console size. By default it will be display's size minus