You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-15 02:24:18 +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:
|
To get started, install some tools we'll need later:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install gdb-multiarch picocom
|
sudo apt install gdb-multiarch picocom libudev-dev
|
||||||
rustup update
|
rustup update
|
||||||
rustup target add thumbv7em-none-eabihf
|
rustup target add thumbv7em-none-eabihf
|
||||||
cargo install cargo-binutils cargo-embed
|
cargo install cargo-binutils cargo-embed
|
||||||
|
Reference in New Issue
Block a user