-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add independent CPUFREQ config manipulation options #150
base: main
Are you sure you want to change the base?
Conversation
Isn't cpufrequtils considered deprecated? |
Yes. This should be reworked. |
d335b37
to
1d568c4
Compare
Signed-off-by: Gunjan Gupta <[email protected]>
1d568c4
to
0a24521
Compare
Now, we "only" need a replacement service to read those files and set CPU. |
Hi, |
cpufreq which we used before, is deprecated / eol. This here is an replacement attempt. I am sure there must be several options but it would be best to keep this as minimal as this POC. You are welcome to try to implement it. This might help https://docs.armbian.com/Contribute/Armbian-config/ |
Description
Introducing new config
/etc/default/armbian-cpufrequtils
that is independent from deprecated cpufrequtils. Functionality only manipulate config file, while service needs to be added at buildtime.Implementation Details
A service that will read /etc/default/armbian-cpufrequtils needs to be added to armbian OS. Functionality should be merged in "Disabled" state.
Testing Procedure
Checklist