I want to change jetson nano default threshold of fan

How we can change the default threshold value of jetson nano |
Fan starts when temperature reaches to 51C
I want to change it to 40
C

@WayneWWW @toni.sm @dkreutz
Please help me

Change the temperature inside below device tree file, rebuild and reflash your device tree.

hardware/nvidia/platform/t210/porg/kernel-dts/porg-platforms/tegra210-porg-thermal-fan-est.dtsi

Thank you @WayneWWW

I am very new to this

Is there any override method to do?

If not possible by overriding then,
How to get device tree
how to build it and reflash the device tree

Device tree source code is over here. Choose the release you are using and download the source code tarball.

https://developer.nvidia.com/embedded/linux-tegra-archive

Prepare a x86 host to do cross compile. Commands over here

https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3261/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/kernel_custom.html#wwpID0E0WD0HA

After dtb is rebuilding, put it to your BSP folder/kernel/dtb and run the flash.sh command again.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.