From 08bb2cf89ae1420429a79fcedb3264395ba03a30 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Tue, 25 Jun 2024 09:57:41 +0100 Subject: [PATCH] Update installation instructions for cargo-embed (#2167) --- src/bare-metal.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bare-metal.md b/src/bare-metal.md index a2e45527..5c9fc787 100644 --- a/src/bare-metal.md +++ b/src/bare-metal.md @@ -33,7 +33,8 @@ sudo apt install gcc-aarch64-linux-gnu gdb-multiarch libudev-dev picocom pkg-con rustup update rustup target add aarch64-unknown-none thumbv7em-none-eabihf rustup component add llvm-tools-preview -cargo install cargo-binutils cargo-embed +cargo install cargo-binutils +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh ``` And give users in the `plugdev` group access to the micro:bit programmer: @@ -57,5 +58,6 @@ brew install --cask gcc-aarch64-embedded rustup update rustup target add aarch64-unknown-none thumbv7em-none-eabihf rustup component add llvm-tools-preview -cargo install cargo-binutils cargo-embed +cargo install cargo-binutils +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh ```