embedded-trainings-2020/embedded-workshop-book/src/tooling-check.md

49 lines
997 B
Markdown
Raw Normal View History

2020-07-14 15:02:25 +00:00
# Tooling check
## Setup check
2020-12-21 16:31:40 +00:00
✅ Let's check that you have installed all the tools listed in the previous section.
2020-07-14 15:02:25 +00:00
❗ The first two commands *must* return version `0.8.x`
``` console
$ cargo size --version
2021-01-20 09:12:20 +00:00
cargo-size 0.3.3
2020-07-14 15:02:25 +00:00
$ nrfutil version
nrfutil version 6.1.0
```
✅ Now let's make sure you've installed the tools shipped with the workshop material.
2020-07-14 15:02:25 +00:00
### Beginner workshop
2020-12-21 16:31:40 +00:00
Run the commands listed here and see if they produce similar output, i.e. *don't* yield `command not found: ...`
```console
2020-12-21 16:31:40 +00:00
$ usb-list
Bus 020 Device 007: ID 1b1c:0a42
Bus 020 Device 006: ID 1fc9:0132
2020-12-21 16:31:40 +00:00
(..)
$ dongle-flash
Error: expected exactly one argument
$ serial-term
(waiting for the Dongle to be connected)
$ change-channel
Error: expected exactly one argument
```
2020-07-14 15:02:25 +00:00
### Advanced workshop
2020-12-21 16:31:40 +00:00
Run the commands listed here and see if they produce similar output, i.e. *don't* yield `command not found: ...`
2020-07-14 15:02:25 +00:00
2020-12-21 16:31:40 +00:00
```console
$ usb-list
Bus 020 Device 007: ID 1b1c:0a42
Bus 020 Device 006: ID 1fc9:0132
(..)
```