I usually use my nano on max power mode just so things run smoothly, don’t care about saving power at the moment, so I got the Noctura fan that Nvidia says will work with it and would like to turn it on full speed but looking at other threads the commands used for the tegra txt/tx2 dont work for the nano, says directory not found :( Anyone know how to toggle fan speed on the nano?
I am using the 10mm Noctua 5v fan (NF-A4x10-5v-PWM). It has a nicer profile. For attachment, the Everbilt M3-0.5x16MM screws worked well. You could go 13mm since the screws press against a fin slightly when fully tightened, but doesn’t cause issues. You can get it at Home Depot (887480031980)
So I created a script following these instructions:
1. Create a text file using gedit and name the file fancontrol
#!/bin/bash
/usr/bin/jetson_clocks
2. Using chmod u+x scriptname make the script executable. (where scriptname is the name of your script)
3. Place the script under /usr/local/bin folder.
4. Run the script using just the name of the script.
My Question?
How do I get the script to run during system startup?
It will run 12v fans, just slowly. in fact in a lot of pc build, you would supply 9v/7v/5v to slow down a static speed fan to make it less noisy as long as airflow still works. but yah i checked several 12v fan, most of them works with enough airflow.
Andy,
Although /etc/rc.local (a during boot script) no longer exists in Ubuntu 18.04+ If you do create the rc.local file, it will honor it and run as the last script during boot.
you are 100% right, it is 12v. d’oh! IDK how I bought a 2nd 12v fan from Amazon, had already bought one of the 4x10 and thought i had bought the 4x20 5v… i feel like a muppet… thank you and apologies!
to your question, yes the hd is powered by the nano, but i haven’t set it up yet, just plugged in… noob here.
I just take old 12V/0.1A/40mm fan with 2 wires and connect it to to 3.3V and GND on GPIO (pin 1 & 6) - it’s rotating very slow and quiet, but decrease CPU temperature on full load from +68C to something like +54C (air temperature around +23-+25C).
Also make a test with 5.0V(pin 2) with same fan - get less than +45C, but can slight hear some noise.
Maybe not a good long-term solution, but as temporary is good enough.
PS: temperature values from jtop during compilation
Shouldn’t cause any damage to the system, but you won’t get the fan speeds you want when you put the Nano to work. I just got back to my nano and am swapping the fan out.