This is a cache of https://www.96boards.org/documentation/consumer/dragonboard/dragonboard845c/guides/fan-control.md.html. It is a snapshot of the page at 2024-10-31T01:37:07.029+0000.
Fan Control Guide for DragonBoard 845c - 96Boards

Fan Control

This guide will show how to control the fan connected to the on board header.

Enable Fan

echo 1 > /sys/kernel/fan/speed # Minimum Speed
echo 2 > /sys/kernel/fan/speed # Medium Speed
echo 3 > /sys/kernel/fan/speed # Maximum Speed

Disable Fan

echo 0 > /sys/kernel/fan/speed