From 3d44417a084f696b2afdb74f899809493cd35a9e Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Mon, 21 Dec 2020 17:31:40 +0100 Subject: [PATCH] respond to comments --- embedded-workshop-book/src/tooling-check.md | 29 +++++++++++++++------ 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/embedded-workshop-book/src/tooling-check.md b/embedded-workshop-book/src/tooling-check.md index a32d5a0..7066391 100644 --- a/embedded-workshop-book/src/tooling-check.md +++ b/embedded-workshop-book/src/tooling-check.md @@ -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 +(..) +``` \ No newline at end of file