

fladi
-
Posts
1 -
Joined
-
Last visited
Reputation Activity
-
fladi got a reaction from rellwood in Armbian images are now available for Rock 5b!
For anyone looking to have the official cooler+fan autostart at boot, place the following rule in /etc/udev/rules.d/99-pwm-fan.rules:
ACTION=="add", SUBSYSTEM=="pwm", ATTR{npwm}=="1", ATTR{export}="0", ATTR{pwm0/duty_cycle}="6000", ATTR{pwm0/period}="12000", ATTR{pwm0/polarity}="normal", ATTR{pwm0/enable}="1"
-
fladi got a reaction from Igor in Armbian images are now available for Rock 5b!
For anyone looking to have the official cooler+fan autostart at boot, place the following rule in /etc/udev/rules.d/99-pwm-fan.rules:
ACTION=="add", SUBSYSTEM=="pwm", ATTR{npwm}=="1", ATTR{export}="0", ATTR{pwm0/duty_cycle}="6000", ATTR{pwm0/period}="12000", ATTR{pwm0/polarity}="normal", ATTR{pwm0/enable}="1"