Deleted Added
full compact
manual.txt (204488) manual.txt (238742)
1Device Tree Compiler Manual
2===========================
3
4I - "dtc", the device tree compiler
5 1) Obtaining Sources
6 2) Description
7 3) Command Line
8 4) Source File

--- 7 unchanged lines hidden (view full) ---

16 3) Device tree "structure" block
17 4) Device tree "strings" block
18
19
20III - libfdt
21
22IV - Utility Tools
23 1) convert-dtsv0 -- Conversion to Version 1
1Device Tree Compiler Manual
2===========================
3
4I - "dtc", the device tree compiler
5 1) Obtaining Sources
6 2) Description
7 3) Command Line
8 4) Source File

--- 7 unchanged lines hidden (view full) ---

16 3) Device tree "structure" block
17 4) Device tree "strings" block
18
19
20III - libfdt
21
22IV - Utility Tools
23 1) convert-dtsv0 -- Conversion to Version 1
24 1) ftdump
24 1) fdtdump
25
26
27I - "dtc", the device tree compiler
28===================================
29
301) Sources
31
32Source code for the Device Tree Compiler can be found at jdl.com.

--- 68 unchanged lines hidden (view full) ---

101 The source input format, as listed above.
102
103 -o <output_filename>
104 The name of the generated output file. Use "-" for stdout.
105
106 -O <output_format>
107 The generated output format, as listed above.
108
25
26
27I - "dtc", the device tree compiler
28===================================
29
301) Sources
31
32Source code for the Device Tree Compiler can be found at jdl.com.

--- 68 unchanged lines hidden (view full) ---

101 The source input format, as listed above.
102
103 -o <output_filename>
104 The name of the generated output file. Use "-" for stdout.
105
106 -O <output_format>
107 The generated output format, as listed above.
108
109 -d <dependency_filename>
110 Generate a dependency file during compilation.
111
109 -q
110 Quiet: -q suppress warnings, -qq errors, -qqq all
111
112 -R <number>
113 Make space for <number> reserve map entries
114 Relevant for dtb and asm output only.
115
116 -S <bytes>

--- 521 unchanged lines hidden (view full) ---

638 convert-dtsv0 [<input_filename ... >]
639
640Each file passed will be converted to the new /dts-v1/ version by creating
641a new file with a "v1" appended the filename.
642
643Comments, empty lines, etc. are preserved.
644
645
112 -q
113 Quiet: -q suppress warnings, -qq errors, -qqq all
114
115 -R <number>
116 Make space for <number> reserve map entries
117 Relevant for dtb and asm output only.
118
119 -S <bytes>

--- 521 unchanged lines hidden (view full) ---

641 convert-dtsv0 [<input_filename ... >]
642
643Each file passed will be converted to the new /dts-v1/ version by creating
644a new file with a "v1" appended the filename.
645
646Comments, empty lines, etc. are preserved.
647
648
6462) ftdump -- Flat Tree dumping utility
6492) fdtdump -- Flat Device Tree dumping utility
647
650
648The ftdump program prints a readable version of a flat device tree file.
651The fdtdump program prints a readable version of a flat device tree file.
649
652
650The syntax of the ftdump command line is:
653The syntax of the fdtdump command line is:
651
654
652 ftdump
655 fdtdump <DTB-file-name>