1GPIOINFO(1) User Commands GPIOINFO(1)
2
3
4
6 gpioinfo - manual page for gpioinfo v2.0.2
7
9 gpioinfo [OPTIONS] [line]...
10
12 Print information about GPIO lines.
13
14 Lines are specified by name, or optionally by offset if the chip option
15 is provided.
16
17 If no lines are specified then all lines are displayed.
18
20 --by-name
21 treat lines as names even if they would parse as an offset
22
23 -c, --chip <chip>
24 restrict scope to a particular chip
25
26 -h, --help
27 display this help and exit
28
29 -s, --strict
30 check all lines - don't assume line names are unique
31
32 --unquoted
33 don't quote line or consumer names
34
35 -v, --version
36 output version information and exit
37
38 Chips:
39 A GPIO chip may be identified by number, name, or path. e.g.
40 '0', 'gpiochip0', and '/dev/gpiochip0' all refer to the same
41 chip.
42
44 Bartosz Golaszewski <bartekgola@gmail.com>
45
47 Report bugs to:
48 Bartosz Golaszewski <bartekgola@gmail.com>
49 linux-gpio <linux-gpio@vger.kernel.org>
50
52 Copyright © 2017-2023 Bartosz Golaszewski License: GPL-2.0-or-later
53 This is free software: you are free to change and redistribute it.
54 There is NO WARRANTY, to the extent permitted by law.
55
56
57
58libgpiod v2.0.2 August 2023 GPIOINFO(1)