From 4b4a629b587178f0fb2cf86ada54250e9082db5f Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 26 Mar 2016 15:06:25 +0100 Subject: [PATCH] Odroid C2 = conservative governor with 0.5 - 2 Ghz. It looks best option for defaults. --- configuration.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.sh b/configuration.sh index ba5797edaf..1535cd5365 100644 --- a/configuration.sh +++ b/configuration.sh @@ -357,11 +357,11 @@ case $BOARD in BOOTCONFIG="odroidc2_config" MODULES="bonding" MODULES_NEXT="" - CPUMIN="100000" + CPUMIN="500000" CPUMAX="2016000" - GOVERNOR="performance" + GOVERNOR="conservative" SERIALCON="ttyS0" - CLI_TARGET="%,%" + CLI_TARGET="jessie,default" DESKTOP_TARGET="jessie,default" ;;