From cb47f4498b3e77d81c72727da595e1830389d8ea Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Mon, 25 Jan 2021 16:26:23 +0100 Subject: [PATCH] rm duplicate binutils install instructions, fix order --- embedded-workshop-book/src/installation.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/embedded-workshop-book/src/installation.md b/embedded-workshop-book/src/installation.md index f12dec0..a51dc84 100644 --- a/embedded-workshop-book/src/installation.md +++ b/embedded-workshop-book/src/installation.md @@ -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 (..)