aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2017-11-09 15:04:16 +0800
committerSzuWei Lin <szuweilin@google.com>2017-11-09 15:04:16 +0800
commita058df1cffd5fb5d24cad1555841ec1e6fbd3104 (patch)
tree2e477e1e127ed0e920282e66ec7dfd729be3f1cf /Documentation
parent3281c3abb9f0d29d1ef11b0b2994f5f440c346d6 (diff)
parent0016f8c2aa32423f680ec6e94a00f1095b81b5fc (diff)
downloaddtc-a058df1cffd5fb5d24cad1555841ec1e6fbd3104.tar.gz
Update dtc to the version of 20170713 of upstreamandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
For pylibfdt, merge dtc to upstream 0016f8c2aa32423f680ec6e94a00f1095b81b5fc and merge history Bug: 64424046 Test: Build dtc, use output dtc to build dts, can output correct dtb. Change-Id: I4304259e1245bc4a45d0b8f8e3ae8119e509042c
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/manual.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/Documentation/manual.txt b/Documentation/manual.txt
index 2f07350..72403ac 100644
--- a/Documentation/manual.txt
+++ b/Documentation/manual.txt
@@ -674,4 +674,22 @@ The fdtdump program prints a readable version of a flat device tree file.
The syntax of the fdtdump command line is:
- fdtdump <DTB-file-name>
+ fdtdump [options] <DTB-file-name>
+
+Where options are:
+ -d,--debug Dump debug information while decoding the file
+ -s,--scan Scan for an embedded fdt in given file
+
+3) fdtoverlay -- Flat Device Tree overlay applicator
+
+The fdtoverlay applies an arbitrary number of FDT overlays to a base FDT blob
+to a given output file.
+
+The syntax of the fdtoverlay command line is:
+
+ fdtoverlay -i <base-blob> -o <output-blob> <overlay-blob0> [<overlay-blob1> ...]
+
+Where options are:
+ -i, --input Input base DT blob
+ -o, --output Output DT blob
+ -v, --verbose Verbose message output