05-20-2020, 06:38 PM
(05-20-2020, 04:40 PM)Max Schmeling Wrote: While moode is not at all slow to boot, I would like to see, if I can make it a bit faster. Also I don't need wifi and posibly not bluetooth either, so after reading this:
http://himeshp.blogspot.com/2018/08/fast...ry-pi.html
I'm thinking about adding the following to config.txt in the /boot/ folder
Addition
Code:# Overclock the SD Card from 50 to 100MHz
# This can only be done with at least a UHS Class 1 card
dtoverlay=sdtweak,overclock_50=100
Uncomenting:
Code:#dtoverlay=pi3-disable-wifi
#dtoverlay=pi3-disable-bt
to
Code:dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt
I'm guessing that overclocking the sdcard should be straightforward, but I'm wondering if disabling wifi and bluetooth on a system level will create any problems for moode?
Does anyone have any ideas if this could create problems?
How does disabling unwanted features in this way differ from disabling them within moode & rebooting?