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).
|