You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-14 01:54:50 +02:00
cargo-embed needs libudev-dev.
This commit is contained in:
@ -20,7 +20,7 @@ an on-board SWD debugger.
|
||||
To get started, install some tools we'll need later:
|
||||
|
||||
```bash
|
||||
sudo apt install gdb-multiarch picocom
|
||||
sudo apt install gdb-multiarch picocom libudev-dev
|
||||
rustup update
|
||||
rustup target add thumbv7em-none-eabihf
|
||||
cargo install cargo-binutils cargo-embed
|
||||
|
Reference in New Issue
Block a user