mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-25 07:18:08 +00:00
Merge pull request #129 from ferrous-systems/dedup_binutils
rm duplicate binutils install instructions, fix order
This commit is contained in:
commit
9cebefccbb
1 changed files with 3 additions and 6 deletions
|
@ -126,19 +126,16 @@ $ rustup +stable target add thumbv7em-none-eabihf
|
|||
**All**: Run these commands in a terminal:
|
||||
|
||||
``` console
|
||||
$ rustup +stable component add llvm-tools-preview
|
||||
|
||||
$ cargo install cargo-binutils
|
||||
|
||||
$ rustup +stable component add llvm-tools-preview
|
||||
```
|
||||
|
||||
### General purpose tools
|
||||
|
||||
Install the [`cargo-binutils`](https://crates.io/crates/cargo-binutils) and [`probe-run`](https://crates.io/crates/probe-run) tools using the following Cargo commands:
|
||||
Install the [`flip-link`](https://crates.io/crates/flip-link) and [`probe-run`](https://crates.io/crates/probe-run) tools using the following Cargo commands:
|
||||
|
||||
``` console
|
||||
$ cargo install cargo-binutils
|
||||
(..)
|
||||
Installed package `cargo-binutils v0.3.3` (..)
|
||||
|
||||
$ cargo install probe-run
|
||||
(..)
|
||||
|
|
Loading…
Reference in a new issue