Disable pwm first, and then enable it after setting it. Won’t the setting value be overwritten by nvfancontrol again?
Yes, these are the two issues right now:
During burning and starting from the 3rd second after booting, a low frequency of 1.13kHz will appear (this is the reason why the fan generates high-frequency noise and lasts for about 3 seconds).
During the boot process, the fan will stop once, and when it starts again, the frequency will become 60~100kHz.
I currently want to solve the second problem first.
Yes, we have reproduced this issue on the Orin NX devkit board (p3768).
The frequency signal of the entire process is:
Power on: 25kHz (lasts about 2s)
Noise generation: 1.13kHz (lasts about 3 seconds)
Frequency increase: 60~100kHz (lasts about 10 seconds)
Fan stop.
Fan starts again:
Enter the system desktop: 50kHz (maintain)
At present, we have adjusted the frequency of entering the system desktop to 25kHz.
Is there a way to adjust the signal before the fan stops?
You can refer to the above parts that the default PWM is 0, it would configure PWM to 187 if it exceeds tj_trip_active0 and to 255 if it exceeds tj_trip_active1.
You can also try to configure them for your use case.
I tried modifying the part mentioned above, but it didn’t work.
Does modifying this part have anything to do with the control before the fan stops during the startup phase?
And in the waiting for target to boot-up… stage of Flash, the fan will start at this time
However, noise will also be generated due to low frequencies.
This may have nothing to do with modifying the tj_trip_active0 and tj_trip_active1 mentioned above.
Yes, the frequency is abnormal in the initial stage of startup.
In the early stages of startup (before the fan stops) there will be what I described above.
Power on: 25kHz (lasts about 2s)
Noise generation: 1.13kHz (lasts about 3 seconds)
Frequency increase: 60~100kHz (lasts about 10 seconds)
Fan stop.
Fan starts again:
Enter the system desktop: 25kHz (maintain)
I want to solve the problem of low frequency (1.13kHz) causing the fan to make noise for 3 seconds.
Increase the frequency until no noise is produced and maintain it at 25kHz.