From 8cc15c714dce66674ef465c9739ac6f05104fb0c Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Fri, 9 Dec 2022 12:44:57 +0100 Subject: [PATCH] add setup test --- embedded-workshop-book/src/tooling-check.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/embedded-workshop-book/src/tooling-check.md b/embedded-workshop-book/src/tooling-check.md index 11a4db0..387b153 100644 --- a/embedded-workshop-book/src/tooling-check.md +++ b/embedded-workshop-book/src/tooling-check.md @@ -8,3 +8,11 @@ $ cargo size --version cargo-size 0.3.3 ``` +✅ Connect the nRF52840-DK with your computer by plugging the usb-cable into the J2 connector. (usb connector on the short side). + +✅ In the terminal run the following command from the `begginer/apps` folder. This will build and run a simple program on the DK to test the set-up. + +``` console +$ cargo run --bin hello +``` +