Power & Source of Big Ideas

SATA hat fan connector

Moderators: chensy, FATechsupport

Hi,

I connected a 12 fan to the dedicated fan output and it is not spinning. Is there any jumper to set to get the fan working?

thanks
According to RK3399 Wiki / PWM you need to enable the PWM pin (as root):

Export PWM0 to users
echo 0 > /sys/class/pwm/pwmchip1/export

Control a PWM fan's speed by setting the PWM's period and duty_cycle.
echo 0 > /sys/class/pwm/pwmchip1/pwm0/enable
echo 50000 > /sys/class/pwm/pwmchip1/pwm0/period
echo 1 > /sys/class/pwm/pwmchip1/pwm0/enable
echo 45000 > /sys/class/pwm/pwmchip1/pwm0/duty_cycle


I am running Armbian on my M4 and it works perfectly.

Who is online

In total there are 90 users online :: 0 registered, 0 hidden and 90 guests (based on users active over the past 5 minutes)
Most users ever online was 5185 on Wed Jan 22, 2020 1:44 pm

Users browsing this forum: No registered users and 90 guests