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.
https://devtalk.nvidia.com/default/topic/1055225/jetson-nano/automagic-fan-control-for-the-jetson-nano-is-here-/
Direct link to the repo:
https://github.com/Pyrestone/jetson-fan-ctl
You can get it free of charge and it’s open source.