mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-26 09:30:52 +02:00
cargo-embed needs libudev-dev.
This commit is contained in:
parent
e2d7bc56ec
commit
3afc10fbfd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user