1
0
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:
Andrew Walbran 2023-03-20 14:05:39 +00:00
parent e2d7bc56ec
commit 3afc10fbfd

View File

@ -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