Disable wifi and bluetooth RPI: Difference between revisions
From James's Wiki
(Created page with " sudo nano /boot/config.txt add at the end: # turn wifi and bluetooth off dtoverlay=pi3-disable-wifi dtoverlay=pi3-disable-bt") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
sudo nano /boot/config.txt | sudo nano /boot/config.txt | ||
add at the end: | |||
# turn wifi and bluetooth off | # turn wifi and bluetooth off | ||
dtoverlay=pi3-disable-wifi | dtoverlay=pi3-disable-wifi | ||
dtoverlay=pi3-disable-bt | dtoverlay=pi3-disable-bt | ||
==source== | |||
https://www.raspberrypi.org/forums/viewtopic.php?t=138610 |
Latest revision as of 19:18, 14 January 2018
sudo nano /boot/config.txt
add at the end:
# turn wifi and bluetooth off dtoverlay=pi3-disable-wifi dtoverlay=pi3-disable-bt