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

19 lines
502 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
``` 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
```
2022-12-09 11:44:57 +00:00
✅ 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
```