Skip to content

kevinmehall/nano-dm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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