Has anyone done a script or program to watch the thermal tables and ramp the fan speed up or down as needed?
Have you taken a look in /sys/devices/thermal-fan-est to see if there’s anything in there that does what you want?
You can also tinker with the fan directly with /sys/devices/pwm-fan
I have created what you were looking for.
[url]https://devtalk.nvidia.com/default/topic/1055225/jetson-nano/automagic-fan-control-for-the-jetson-nano-is-here-/[/url]
Direct link to the repo:
[url]https://github.com/Pyrestone/jetson-fan-ctl[/url]
You can get it free of charge and it’s open source.
@Pyrestone: thanks (and a very neat little job!)