Skip to content

Commit

Permalink
v6.27
Browse files Browse the repository at this point in the history
+ DietPi-Config | RPi: Maximum allowed initial_turbo value is 60 (1 minute): https://www.raspberrypi.org/documentation/configuration/config-txt/overclocking.md
  • Loading branch information
MichaIng authored Nov 14, 2019
1 parent daf303d commit 84f6888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-config
Original file line number Diff line number Diff line change
Expand Up @@ -1939,7 +1939,7 @@ Current setting: $user_frequency_min_text" && G_CONFIG_INJECT 'CONFIG_CPU_MIN_FR
'ARM Initial Turbo')

MIN_VALUE=1
MAX_VALUE=100
MAX_VALUE=60
G_WHIP_DEFAULT_ITEM=$initial_turbo
if G_WHIP_INPUTBOX "Amount of seconds on boot, where the CPU runs at highest clock, before it starts to respect the CPU governor. This reduces boot time quite much since RPi boots with powersave governor until the chosen one is applied at later boot stage.
- Recommended value: 20\n - Valid range: $MIN_VALUE - $MAX_VALUE\n - Setting a value outside of range will disable this feature."; then
Expand Down

0 comments on commit 84f6888

Please sign in to comment.