mirror of
https://github.com/archlinuxarm/wiki.git
synced 2024-11-08 22:45:42 +00:00
parent
2ce9962c2c
commit
2de5be8d4e
1 changed files with 19 additions and 1 deletions
20
ODROID-U2.md
20
ODROID-U2.md
|
@ -11,4 +11,22 @@ ctl.!default {
|
|||
type hw
|
||||
card 0
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
## CPU Fan
|
||||
The optional CPU fan can be controlled via the `/sys/devices/platform/odroidu2-fan`
|
||||
interface.
|
||||
|
||||
```
|
||||
# echo auto > /sys/devices/platform/odroidu2-fan/fan_mode
|
||||
# echo manual > /sys/devices/platform/odroidu2-fan/fan_mode
|
||||
```
|
||||
|
||||
### Fan Speed (Manual Only)
|
||||
Values range from 0 (0%) to 255 (100%)
|
||||
|
||||
```
|
||||
# echo 0 > /sys/devices/platform/odroidu2-fan/pwm_duty
|
||||
# echo 255 > /sys/devices/platform/odroidu2-fan/pwm_duty
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue