diff --git a/build_sdcard.sh b/build_sdcard.sh index a376dee21..da9a50bcc 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -705,6 +705,7 @@ if [ "${baseImage}" = "raspbian" ]; then # disable bluetooth module sudo sh -c "echo 'dtoverlay=pi3-disable-bt' >> /boot/config.txt" + sudo sh -c "echo 'dtoverlay=disable-bt' >> /boot/config.txt" # remove bluetooth services sudo systemctl disable bluetooth.service