We’re using the Radxa OS (Debian linux). We want to connect a FAN to the FAN connector. Does anyone know how it is managed by Radxa OS? Is it automatically turned ON by the OS above a certain temperature? Or do we need to turn it ON and OFF programmatically? and how?
Thanks
you can use radxa utils rsetup to manage fan.
Is there instructions of setting up the fan with Armbian?
To answer my own question:
Turn fan on
sudo gpioset 1 11=1
Turn fan off
sudo gpioset 1 11=0
2 Likes
great, thanks for those useful commands.
Is there a detailed instruction on how to automatically run these on boot?
Why does the RSETUP utility not have an always on option???