Raspberry Pi/Speed-up boot: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 23: Line 23:
sudo systemctl disable hciuart.service
sudo systemctl disable hciuart.service
sudo systemctl disable avahi-daemon.service
sudo systemctl disable avahi-daemon.service
sudo systemctl disable triggerhappy.service
</pre>
</pre>



Revision as of 08:10, 25 June 2020

/boot/config.txt

disable_splash=1
dtoverlay=pi3-disable-bt
boot_delay=0

# dtoverlay=pi3-disable-wifi
# dtoverlay=sdtweak,overclock_50=100
# force_turbo=1

/boot/cmdline.txt

  • add "quiet"

services

systemd-analyze blame
systemd-analyze critical-chain
sudo systemctl disable apt-daily.service
sudo systemctl disable hciuart.service
sudo systemctl disable avahi-daemon.service
sudo systemctl disable triggerhappy.service


Links