Template:RK3399 Linux PWMFan
From FriendlyELEC WiKi
Fan speed setting
The fan uses PWM to automatically adjust the speed. It determines the fan switch and the fan speed according to the current CPU temperature. If the current CPU temperature is not high, the fan will be turned off or rotated at a lower speed (reducing unnecessary environmental noise). ),
If you want the fan to start working immediately, you can use the following command to get the CPU running at high load immediately. This is one way to test if the fan works:
cpuburn
if you want to change the speed regulation behavior of the fan, please modify the following file:
/usr/bin/start-rk3399-pwm-fan.sh
Need to cancel the boot automatically start the fan (such as you need to connect the other PWM device), please enter the following command:
systemctl stop pwm-fan systemctl disable pwm-fan
Or delete the two files below:
/etc/systemd/system/pwm-fan.service /etc/systemd/system/multi-user.target.wants/pwm-fan.service