树莓派启动优化

关闭蓝牙

编辑/boot/config.txt添加

dtoverlay=disable-bt

或pi3B+对应选项
关闭蓝牙串口服务

sudo systemctl disable hciuart

关闭avahi

sudo systemctl disable avahi-daemon

关闭启动时彩虹屏幕

编辑/boot/config.txt添加

# Disable the rainbow splash screen
disable_splash=1