mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-08 15:25:33 +00:00
update setup: install v0.8 of cargo-{embed,flash}
This commit is contained in:
parent
2dd5d8d73f
commit
682175b377
2 changed files with 14 additions and 6 deletions
14
README.md
14
README.md
|
@ -293,10 +293,18 @@ Mass erase completed, chip unlocked
|
|||
|
||||
### Cargo subcommands
|
||||
|
||||
Install the `cargo-flash` and `cargo-embed` subcommands using the following command:
|
||||
Install version v0.8.0 of the `cargo-flash` and `cargo-embed` subcommands, as well as the `cargo-binutils` subcommand, using the following commands:
|
||||
|
||||
``` console
|
||||
$ cargo install cargo-flash cargo-embed cargo-binutils
|
||||
$ cargo install cargo-flash --version 0.8.0 -f
|
||||
(..)
|
||||
Summary Successfully installed cargo-flash, cargo-embed, cargo-binutils!
|
||||
Installed package `cargo-flash v0.8.0` (..)
|
||||
|
||||
$ cargo install cargo-embed --version 0.8.0 -f
|
||||
(..)
|
||||
Installed package `cargo-embed v0.8.0` (..)
|
||||
|
||||
$ cargo install cargo-binutils
|
||||
(..)
|
||||
Installed package `cargo-binutils v0.3.0` (..)
|
||||
```
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[general]
|
||||
[default.general]
|
||||
chip = "nRF52840_xxAA"
|
||||
|
||||
[rtt]
|
||||
[default.rtt]
|
||||
enabled = true
|
||||
channels = [{ up = 0 }]
|
||||
channels = [{ up = 0 }]
|
Loading…
Reference in a new issue