xud6的笔记本
  • 主页
  • Centos
  • SELinux
  • FreeIPA
  • node.js
  • ember.js
  • Hyper-V
  • Windows
  • Embedded
  • Linux
  • 树莓派
  • MACOS
Subscribe
Tagged

树莓派

A collection of 3 posts

树莓派

树莓派启动优化

关闭蓝牙 编辑/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

  • xud6
xud6 2020年7月29日 • 1 min read
linux

树莓派4 OTG 以太网设置

编辑/boot/config.txt增加 dtoverlay=dwc2,dr_mode=peripheral 编辑/boot/cmdline.txt增加 modules-load=dwc2,g_ether 编辑/etc/modprobe.d/g_ether.conf写入 options g_ether use_eem=0 dev_addr=1a:55:89:a2:69:41 host_addr=1a:55:89:a2:69:42 idVendor=0x04b3 idProduct=0x4010

  • xud6
xud6 2020年6月23日 • 1 min read
linux

树莓派Kiosk(展台模式)设置

安装Raspbian Buster lite 启用SSH boot分区下新建名称为ssh的空文本 添加WiFi信息 boot分区下新建wpa_supplicant.conf country=CN ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="NETWORK-NAME" psk="NETWORK-PASSWORD" } 设置自动启动 sudo raspi-config 菜单中选择 Boot Options Desktop CLI Console Autologin 更换自动登录用户 nano /etc/systemd/system/getty@tty1.service.

  • xud6
xud6 2020年5月28日 • 1 min read
xud6的笔记本 © 2022
Powered by Ghost