File: fdtput.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 (29 lines) | stat: -rw-r--r-- 774 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
26
27
28
29
.TH DTC 1 "30 January 2012" "Linux"
.SH NAME
\fBfdtput\fP \- write a property value to a device-tree
.SH SYNOPSIS
\fB/usr/bin/fdtput\fP <options> <dt file> <<node> <property> [<value>...]
.SH DESCRIPTION
Write a property value to a device-tree. The command line arguments are
joined together into a single value.
.SH OPTIONS
.TP
\fB\-h\fR
Print this help.
.TP
\fB\-v\fR
Verbose: display each value decoded from command line
.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
\fBfdtput\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).