Good day!
I've had the Nanopi Neo2 v1.0 for sometime now, used for mostly for NAS solution.
the v1.0 is the one being carried by my supplier here. No v1.1 yet
Lately I installed armbian monitor to monitor system resources.
Then I stumbled upon the min and max frequency
when I checked using
I've read on some internet writeups that one can set the max frequency to 1008000
tried editing the
cpufrequtils
scaling_max_freq
scaling_available_frequencies
scaling_setspeed
I was able to lower the minimum frequency to 120000 using the following entry at cpufrequtils
but the output of cpufreq-info -p remains as
I'd really like to be able to set the max frequency higher than it is now.
This cannot be set using Armbian. Is this possible with FriendlyElect UbuntuCore?
Any info, pointers, procedures (much better) will be much appreciated
Thanks in advance!
I've had the Nanopi Neo2 v1.0 for sometime now, used for mostly for NAS solution.
the v1.0 is the one being carried by my supplier here. No v1.1 yet
Lately I installed armbian monitor to monitor system resources.
Then I stumbled upon the min and max frequency
when I checked using
Code: Select all
# cpufreq-info -p
408000 816000 ondemand
I've read on some internet writeups that one can set the max frequency to 1008000
tried editing the
cpufrequtils
scaling_max_freq
scaling_available_frequencies
scaling_setspeed
I was able to lower the minimum frequency to 120000 using the following entry at cpufrequtils
Code: Select all
# WARNING: this file will be replaced on board support package (linux-root-...) upgrade
ENABLE=true
#MIN_SPEED=408000
#MAX_SPEED=816000
MIN_SPEED=0
MAX_SPEED=1008000
GOVERNOR=ondemand
but the output of cpufreq-info -p remains as
Code: Select all
# cpufreq-info -p
120000 816000 ondemand
I'd really like to be able to set the max frequency higher than it is now.
This cannot be set using Armbian. Is this possible with FriendlyElect UbuntuCore?
Any info, pointers, procedures (much better) will be much appreciated
Thanks in advance!