I understand that the device tree does not include an additional FAN_TACH1 setting to read the fan RPM.
Does Nvfancontrol.service only recognize Nvidia’s native fan settings?
I don’t know how nvfancontrol knows the number of fans because it is not open source code.
If I need to add an additional PWM fan, does Nvidia have any suggestions?
Should I use the hwmon PWM fan driver to modify the thermal zone to include cooling maps and a cooling device for the PWM fan?
Would nvfancontrol recognize the new fan if the GPIO pin is configured as PWM for an additional PWM fan?
Could I add a new fan setting to /etc/nvfancontrol.conf?
Following the above design, create two fan settings: one that follows the original NVIDIA design and can read/write PWM and read RPM values, and another that can only read/write PWM and but can’t read RPM values.
Does Nvidia have any suggestions for using more fans with the Jetson Thor platform?