Scroll to navigation

PMH7TOOL(8) System Administration Utilities PMH7TOOL(8)

NAME

pmh7tool - read and write to pmh7 registers

SYNOPSIS

pmh7tool [-d]
pmh7tool [-r] <addr>
pmh7tool [-w] <addr> <data>
pmh7tool [-b | -c | -s] <addr> <bit>
pmh7tool [-h]

DESCRIPTION

Read and write to pmh7 registers at base address 0x15e0

Attention!

Writing to PMH7 registers is very dangerous, as you directly manipulate the power rails, enable lines, interrupt lines or something else of the device. Proceed with caution.

OPTIONS

Print this help
Print registers
Read from register at <addr>.
Read bit from register at <addr>
Write <data> to register at <addr>
Clear bit from register at <addr>
Set bit at on register at <addr>

NOTES

<addr> must be in the range of 0-0x1ff
<data> must be in the range of 0-0xff
<bit>  must be in the range of 0-7

AUTHORS

coresystems GmbH.
Man page written by Ahmad Khalifa.
November 2024