File: fdtget.1

package info (click to toggle)
device-tree-compiler 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,444 kB
  • ctags: 1,037
  • sloc: ansic: 8,590; sh: 694; asm: 619; lex: 459; yacc: 429; makefile: 226; 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).