Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dev-0x7c6/fdt-viewer
Flattened Device Tree Viewer written in Qt.
https://github.com/dev-0x7c6/fdt-viewer
devicetree dtb dtbo dtc dts fdt fit itb qt5 viewer
Last synced: 5 days ago
JSON representation
Flattened Device Tree Viewer written in Qt.
- Host: GitHub
- URL: https://github.com/dev-0x7c6/fdt-viewer
- Owner: dev-0x7C6
- License: gpl-3.0
- Created: 2020-12-12T01:50:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T23:01:30.000Z (2 months ago)
- Last Synced: 2024-12-07T00:17:57.433Z (2 months ago)
- Topics: devicetree, dtb, dtbo, dtc, dts, fdt, fit, itb, qt5, viewer
- Language: C++
- Homepage:
- Size: 228 KB
- Stars: 71
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FDT Viewer
Flattened Device Tree Viewer written in Qt.![](https://github.com/dev-0x7C6/fdt-viewer/workflows/Continuous%20integration/badge.svg)
#### Supported files
* \*.dtb - devicetree blob
* \*.dtbo - devicetree overlay blob
* \*.itb - fit image container#### Features
* Quick search for single or multiple device-trees
* Show embedded inner device-tree data#### Command line usage
```
Usage: ./fdt-viewer [options]Options:
-h, --help Displays help on commandline options.
--help-all Displays help including Qt specific options.
-v, --version Displays version information.
-f, --file open file.
-d, --directory open directory.
```#### Installation
```console
user@host # git clone --recursive https://github.com/dev-0x7C6/fdt-viewer.git
user@host # cd fdt-viewer
user@host # cmake . -DCMAKE_INSTALL_PREFIX=/usr
user@host # make -j$(nproc)
root@host # make install
```#### Packaging with Docker
Create a Debian package of ftd-viewer in a Docker container and install it to the host system:
```console
user@host # git clone --recursive https://github.com/dev-0x7C6/fdt-viewer.git
user@host # cd fdt-viewer
user@host # cmake .
user@host # make docker
root@host # dpkg -i "fdt-viewer*.deb"
```#### Known bugs
- presentation of data-types is under development![image](https://devwork.space/wp-content/uploads/2020/12/fdt_viewer_v050.png)
![image](https://devwork.space/wp-content/uploads/2020/12/fdt_viewer_v041.png)