rbonghi / jetson_easy

🔩 Automatically script to setup and configure your NVIDIA Jetson [Nano, Xavier, TX2i, TX2, TX1, TK1] . This script run different modules to update, fix and patch the kernel, install ROS and other...

Home Page:http://rnext.it/project/jetson-easy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fan always on after running biddibi_boddibi_boo.sh

jeremyj563 opened this issue · comments

Is this intentional? How can we restore the factory setting for the fan so that it doesn't run unless needed?

Hi @jeremyj563
The fan is on because the jetson_clock working, If you want switch of you can disable the service with:

  1. Temporary disable: sudo service jetson_performance stop
  2. Disable service: sudo systemctl disable jetson_performance.service

Other information are written here: https://github.com/rbonghi/jetson_easy/wiki/jetson_performance

I hope I help you, if you have other issues don't hesitate to write me :-)

Excellent. Thank you!