-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve "tutorial" on XU4 / absolute paths
- Loading branch information
Showing
2 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4321d56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
i have modified odroid-xu3-fan-control.sh to reduce the number of update on the FAN_SPEED_FILE.
This modification also reduces the kernel logging messages because the kernel logs any update of set_pwm_duty and set_fan_mode (updated in every cycle in your version).
I'm new on github and i don't know how i can commit the new version and/or contribute to this project.
I have attached to this message a copy of my modifications.
Thanks for your work, i find it very usefull.
odroid-xu3-fan-control.sh.txt
4321d56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lugiann thanks a lot! I've pushed your changes (slightly modified)