Skip to content

Commit

Permalink
Update installation instructions for cargo-embed (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Jun 25, 2024
1 parent ab5e900 commit 08bb2cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
```

0 comments on commit 08bb2cf

Please sign in to comment.