Limit RK3399 boards with crappy powering to 1.8GHz by default

Users will never understand the difference between amperage and (under)voltage: https://forum.armbian.com/topic/8660-nanopi-m4-and-overheating-running-boinc/?do=findComment&comment=67415
This commit is contained in:
ThomasKaiser 2018-12-07 21:09:57 +01:00
parent b4e5c58916
commit abce2efea1
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ BOOTCONFIG="nanopi4_defconfig"
MODULES=""
MODULES_NEXT=""
#
CPUMAX=1800000
#
KERNEL_TARGET="default,dev"
CLI_TARGET="stretch,bionic:default"
DESKTOP_TARGET="stretch,bionic:default"

View File

@ -6,6 +6,8 @@ BOOTCONFIG="nanopi4_defconfig"
MODULES=""
MODULES_NEXT=""
#
CPUMAX=1800000
#
KERNEL_TARGET="default,dev"
CLI_TARGET="stretch,bionic:default"
DESKTOP_TARGET="stretch,bionic:default"