Click the "Select File" button above, and choose your DTB file.
You’ll see a preview, if available.
Click the "Convert file to..." button to extract text information.
Convert DTB to another file type
To convert DTB files to another format, you need Device Tree Compiler or other System software.
Convert a file to DTB
To convert other file formats to the "Device Tree Blob File" file type, you need software like Device Tree Compiler or a similar tool.
About DTB files
The .dtb file format primarily functions as a compiled Device Tree Blob (or Binary). It is heavily used in the boot process of the Linux kernel and bootloaders like U-Boot to describe the hardware architecture of embedded systems. Developers write hardware definitions in readable dts (Device Tree Source) files, which are then compiled into the .dtb binary format using the Device Tree Compiler (dtc). In rare cases, this extension is also used for Norwegian digital terrain and climate data files by the Norwegian Mapping Authority.
The main disadvantage of the .dtb format is that it is a compiled, unreadable binary. You cannot simply open it to check memory addresses, GPIO pin configurations, or CPU node data. Opening it in a standard text editor yields gibberish. If you need to debug a kernel panic or modify hardware configurations, you must convert the .dtb file back into a dts or standard txt file.
Because this is a low-level system binary, standard online document converters fail completely. They lack the specific parsing logic to reverse-engineer a flattened device tree. Even though it is difficult to decompile without original tools, our platform can inspect the file, display recognizable text strings, and help you extract raw data structure if a supported underlying format is detected.
Convert.Guru analyzes your DTB file, detects the exact format, and lets you read the text inside.
If you want to convert DTB file to DTS, DTC or DTBO, you can use Device Tree Compiler or similar software from the "Hardware Description Binary" category. In the File menu, look for Save As… or Export….
To convert files to DTB, try Device Tree Compiler or another comparable tool in the "Hardware Description Binary" category.
The DTB Converter Story
The history of Convert.Guru began over 25 years ago in California with Tom Simondi’s file-format database. A former contributor to Space Shuttle development and a software pioneer of the 1980s, Simondi established a trusted resource for file type analysis that was even referenced by Microsoft Windows XP. Today, we use modern technology to process and convert thousands of file formats while continually improving our DTB converter.