twitter youtube tumblr flickr rss mail

category: Raspberry Pi

[Raspberry Pi] コンソールで Bluetooth を無効化する


本記事のタイトルとURL をコピーする

(1)/boot/config.txt を開く。

(2)以下を追記、再起動する。

# Disable internal BT
dtoverlay=pi3-disable-bt

参考:
osmc – Disable the bluetooth on Raspberry Pi 3B in boot config – Raspberry Pi Stack Exchange
https://raspberrypi.stackexchange.com/questions/65847/disable-the-bluetooth-on-raspberry-pi-3b-in-boot-config


書籍