shithub: riscv

ref: 95206ac7e54cbc7a0c913c0ab73b509896ff27a5
dir: /sys/man/8/imx8pm/

View raw version
.TH IMX8PM 8
.SH NAME
imx8pm \- power management for MNT Reform 2
.SH SYNOPSIS
.B aux/imx8pm
[
.B -D
]
[
.B -m
.I mountpoint
]
[
.B -s
.I service
]
.nf
.sp 0.3v
.B /mnt/pm/cputemp
.B /mnt/pm/ctl
.fi
.SH DESCRIPTION
.I Aux/imx8pm
presents at
.I mountpoint
(default
.BR /mnt/pm )
an interface to miscellaneous functions of IMX8MQ. If a
.I service
is specified, the interface will be posted at
.BI /srv/ service 
as well.
.PP
.B cputemp
Exposes the current temperature reading of the CPU.
.PP
.B ctl
Provides a way to control the brightness of the built-in LCD by
writing
.IP
.I brightness [-+]N
.PP
.B N
is expressed in percentage, either as an absolute value (0-100) or
relative to the current brightness - by prefixing with a sign.
.PP
Reading
.B ctl
returns the current brightness.
.SH SOURCE
.B /sys/src/cmd/aux/imx8pm.c
.SH SEE ALSO
.IR wm8960 (8)
.SH BUGS
Absolutely yes.
.SH HISTORY
.I Acpi
first appeared in 9front (August, 2022).