mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +00:00
respond to comments
This commit is contained in:
parent
d35f8e24cf
commit
3d44417a08
1 changed files with 21 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Setup check
|
||||
|
||||
✅ First, let's check that you have installed all the tools listed in the previous section.
|
||||
✅ Let's check that you have installed all the tools listed in the previous section.
|
||||
|
||||
❗ The first two commands *must* return version `0.8.x`
|
||||
|
||||
|
@ -20,22 +20,35 @@ $ nrfutil version
|
|||
nrfutil version 6.1.0
|
||||
```
|
||||
|
||||
## More tools
|
||||
|
||||
✅ Now let's make sure you've installed the tools shipped with the workshop material.
|
||||
|
||||
### Beginner workshop
|
||||
|
||||
Run the commands listed here and see if they produce similar output, i.e. *don't* yield `command not found: ...`
|
||||
|
||||
```console
|
||||
$ usb-list
|
||||
$ usb-list
|
||||
Bus 020 Device 007: ID 1b1c:0a42
|
||||
Bus 020 Device 006: ID 1fc9:0132
|
||||
(..)
|
||||
|
||||
$ dongle-flash
|
||||
Error: expected exactly one argument
|
||||
|
||||
$ serial-term
|
||||
(waiting for the Dongle to be connected)
|
||||
|
||||
$ change-channel
|
||||
Error: expected exactly one argument
|
||||
```
|
||||
|
||||
### Advanced workshop
|
||||
|
||||
From the `tools` folder run these commands *from different terminals so they'll run in parallel*:
|
||||
Run the commands listed here and see if they produce similar output, i.e. *don't* yield `command not found: ...`
|
||||
|
||||
- `cargo install --path usb-list`
|
||||
|
||||
Leave the processes running in the background.
|
||||
```console
|
||||
$ usb-list
|
||||
Bus 020 Device 007: ID 1b1c:0a42
|
||||
Bus 020 Device 006: ID 1fc9:0132
|
||||
(..)
|
||||
```
|
Loading…
Reference in a new issue