启用Raspberry Pi 3的Watchdog
发表评论
先看一眼 dmesg ,如果看到类似 brcmfmac_sdio mmc1:0001:1: Direct firmware load for <strong><em>.</em></strong> failed with error -2 的报错,使用root权限执行:
1 2 3 4 5 |
modprobe -r brcmfmac apt-get install --reinstall firmware-brcm80211 pi-bluetooth cd /lib/firmware/brcm/ wget https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/master/brcm80211/brcm/brcmfmac43430-sdio.txt modprobe brcmfmac |
隧道去HE TunnelBroker申请,不再赘述。 继续阅读
关闭电源开关再打开,然后按住 Esc ,连续按 O O B。
管理员权限运行:
1 |
bcdedit /set {bootmgr} highestmode true |
新一点的系统(刚测试了Windows 10 1809)上述命令会失败,那么可以试试:
1 |
bcdedit /set highestmode true |
如需使用默认设置,同样管理员权限运行:
1 |
bcdedit /deletevalue {bootmgr} highestmode |