Please check [Kernel Customization] in Documentation
My fan doesnât turn. I donât know whatâs wrong.is tx2 have Overheat protectionïŒ
My fan turns on when it starts, and then it doesnât turn. This problem occurred in the newly installed system.jetpack 3.3ïŒim use tx2 with J120ïŒand installed J120 drive of 1.6ă
whatâs the problem of tx2âs fanïŒ
The fan does not normally run. Unless the system produces enough heat it never kicks in (you might see a very slight flicker at the moment of power on). On the other hand, the J120 would require a different device tree, and if that isnât correct, then the fan would not work. Unlike a desktop PC this wouldnât be instant death, but it would end up overheating at some point during a heavy workload.
What do you see from:
sudo cat /sys/kernel/debug/tegra_fan/target_pwm
A â0â is auto speed control. This would force the fan to max:
sudo echo 255 > /sys/kernel/debug/tegra_fan/target_pwm
This would put the fan back into auto mode:
sudo echo 0 > /sys/kernel/debug/tegra_fan/target_pwm
If the device tree is not in, then either the files wonât exist or wonât do as expected.