Skip to content

Instantly share code, notes, and snippets.

@TobidieTopfpflanze
Created February 2, 2022 08:50
Show Gist options
  • Save TobidieTopfpflanze/745278c43bc796f391b53a3fdc84a9d3 to your computer and use it in GitHub Desktop.
Save TobidieTopfpflanze/745278c43bc796f391b53a3fdc84a9d3 to your computer and use it in GitHub Desktop.
Jetson fan

Available tach settings

cat /sys/class/hwmon/hwmon2/pwm_rpm_table

Enable tach

echo 1 > /sys/devices/pwm-fan/tach_enable

Read tach

cat /sys/devices/pwm-fan/rpm_measured

Set fan speed

echo 255 > /sys/devices/pwm-fan/target_pwm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment