atompure Posted April 5, 2021 Share Posted April 5, 2021 Current version using Armbian 21.02.3 Focal with Linux 5.10.21-rockchip64 I have tried to edit /etc/default/cpufrequtils : ENABLE=true MIN_SPEED=600000 MAX_SPEED=1512000 GOVERNOR=ondemand Save and run the command : service cpufrequtils restart However, the cpu freq only hit the max of 1.30Ghz. Running the command : cat /sys/devices/system/cpu/cpu{0,1,2,3}/cpufreq/scaling_available_frequencies 408000 600000 816000 1008000 1200000 1296000 408000 600000 816000 1008000 1200000 1296000 408000 600000 816000 1008000 1200000 1296000 408000 600000 816000 1008000 1200000 1296000 Is it possible to add back 1.5Ghz or 1.6Ghz available frequencies for R2S in the next update ? Thanks in advance ! 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted April 5, 2021 Share Posted April 5, 2021 Your issue report is invalid for one or multiple reasons (non-exhaustive enumeration): it has been stated at the wrong place it lacks fundamental requested data it could have been easily solved by a quick search and/or reading documentation unsupported userspace/image/SBC Since you refused to use the bug reporting form carefully and follow the information there as you have been asked for we have no intention to further investigate. Please add missing information if applicable. https://www.armbian.com/bugs 0 Quote Link to comment Share on other sites More sharing options...
Solution Werner Posted April 5, 2021 Solution Share Posted April 5, 2021 Enable in armbian-config as overlay And adjust cat /etc/default/cpufrequtils ENABLE=true MIN_SPEED=408000 MAX_SPEED=1512000 GOVERNOR=ondemand 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.