Skip to content

Commit

Permalink
v7.5
Browse files Browse the repository at this point in the history
+ Raspberry Pi | Disable continuous SD card polling by default. This causes constant CPU load and repeated kernel errors when no SD card is inserted. Make clear that this basically disables hot-plug detection, which should be of minor interest for the vast majority of users.
  • Loading branch information
MichaIng committed Jul 30, 2021
1 parent edd38d5 commit e662281
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,14 @@ dtparam=audio=off
#dtparam=spi=off

#-------Serial/UART-----
# NB: Enabled for 1st run only. If you want to keep this setting, please set CONFIG_SERIAL_CONSOLE_ENABLE=1 in dietpi.txt before 1st boot.
# NB: "enable_uart=1" will forcefully set "core_freq=250" on WiFi/BT-capable RPi models, unless "force_turbo=1" is set as well.
enable_uart=1

#-------SD card HPD-----
# Comment to enable SD card hot-plug detection, while booting via USB or network.
# NB: This causes contant CPU load and kernel errors when no SD card is inserted.
dtparam=sd_poll_once

#-------Overclock-------
temp_limit=65
initial_turbo=20
Expand Down

0 comments on commit e662281

Please sign in to comment.