embedded-trainings-2020/embedded-workshop-book/src/tooling-check.md
2022-12-09 12:44:57 +01:00

19 lines
502 B
Markdown

# Tooling check
## Setup check
✅ Let's check that you have installed all the tools listed in the previous section.
``` console
$ 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
```