Update README.md
This commit is contained in:
parent
57ca467651
commit
2de6e6c709
|
|
@ -568,7 +568,13 @@ vc4-fkms-v3d 是较好的优选兼容模式
|
||||||
|
|
||||||
### 开启蓝牙支持
|
### 开启蓝牙支持
|
||||||
|
|
||||||
编辑文件 */boot/rc-local*,在第二行加入以下内容,重启即可,如不重启,请执行这条命令将立即生效以开启蓝牙
|
首先,你的系统能够连接到互联网以安装蓝牙软件的支持
|
||||||
|
|
||||||
|
```shell
|
||||||
|
apt update; apt install bluez -y
|
||||||
|
```
|
||||||
|
|
||||||
|
然后编辑文件 */boot/rc-local*,在第二行加入以下内容,重启即可,如不重启,请执行这条命令将立即生效以开启蓝牙
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
/usr/bin/hciattach /dev/ttyAMA0 bcm43xx 921600 noflow -
|
/usr/bin/hciattach /dev/ttyAMA0 bcm43xx 921600 noflow -
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue