File: fdtget.1

package info (click to toggle)
device-tree-compiler 1.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,116 kB
  • sloc: ansic: 13,916; sh: 1,200; asm: 713; lex: 522; python: 507; yacc: 499; makefile: 313; perl: 74
file content (25 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH DTC 1 "30 January 2012" "Linux"
.SH NAME
\fBfdtget\fP \- read values from device-tree
.SH SYNOPSIS
\fB/usr/bin/fdtget\fP <options> <dt file> [<node> <property>]...
.SH DESCRIPTION
Read values from device-tree. Each value is printed on a new line.
.SH OPTIONS
.TP
\fB\-h\fR
Print this help.
.TP
\fB\-t\fR <type>
Type of data
.IP
<type>  s=string, i=int, u=unsigned, x=hex
.br
Optional modifier prefix:
.br
hh or b=byte, h=2 byte, l=4 byte (default)
.SH AUTHOR
\fBfdtget\fP was written by The Chromium OS Authors.
.PP
This manual page was written by H\['e]ctor Or\['o]n
<zumbi@debian.org>, for the Debian project (but may be used by others).