Skip to content

qualcomm/DTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DTE (Device Tree Editor)

Welcome to the DTE project

DTE is a graphical user interface application for editing Device Trees and modifying DTB (Device Tree Blob) and ELF files. It runs on host machines (Linux/Windows) and is designed to work with Qualcomm® platforms.

Branches

main: Primary development branch. Contributors should develop submissions based on this branch, and submit pull requests to this branch.

Requirements

To run this project, you need:

  • Python 3
  • Tkinter (usually included with Python)
  • Dependencies listed in requirements.txt

Installation Instructions

  1. Clone the repository:

    git clone https://github.com/qualcomm/DTE.git
    cd DTE
  2. Install the required Python packages:

    pip install -r requirements.txt

Usage

To launch the application, run the run.py script:

python3 run.py

You can also pass a file to open directly:

python3 run.py <filename>.dtb

For a list of available options and flags:

python3 run.py --help

Development

For information on how to contribute to this project, please refer to the CONTRIBUTING.md file.

Getting in Contact

License

DTGUI is licensed under the BSD-3-clause License. See LICENSE.txt for the full license text.

About

GUI tool for editing Qualcomm NonHLOS device tree blob elf files.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages