Skip to content

Receive Qualcomm DSP debug logs over USB

License

Notifications You must be signed in to change notification settings

karlzheng/nano-dm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nano-dm

Receive Qualcomm DSP debug logs over USB

nano-dm is written in Rust.

Install Rust:

curl -sSf https://static.rust-lang.org/rustup.sh | sh

Install Libusb (OSX):

brew install libusb

Install Libusb (Ubuntu):

sudo apt-get install libusb-1.0-0-dev

Clone & build:

git clone https://github.com/kevinmehall/nano-dm.git
cd nano-dm
cargo build --release

Run:

./target/release/nano-dm

About

Receive Qualcomm DSP debug logs over USB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%