Skip to content

Commit

Permalink
Update nrf52-radio-dongle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelraz authored and listochkin committed May 22, 2024
1 parent dd42274 commit 6fdd5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise-book/src/nrf52-radio-dongle.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Bus 001 Device 016: ID 1915:521f <- nRF52840 Dongle (in bootloader mode)

🔎 [`cargo xtask`](https://github.com/matklad/cargo-xtask) lets us extend `cargo` with custom commands which are installed as you run them for the first time. We've used it to add some helper tools to our workshop materials while keeping the preparation installations as minimal as possible.

Now that the device is in bootloader mode browse to the [`nrf52-code/boards/dongle`](../../nrf52-code/boards/dongle) directory. You'll find some `ELF` files (without a file ending) there. These are pre-compiled Rust programs to be flashed onto your dongle.
Now that the device is in bootloader mode browse to the [`nrf52-code/boards/dongle-fw`](../../nrf52-code/boards/dongle-fw) directory. You'll find some `ELF` files (without a file ending) there. These are pre-compiled Rust programs to be flashed onto your dongle.

For the next section you'll need to flash the `loopback` file onto the Dongle.

Expand Down

0 comments on commit 6fdd5a1

Please sign in to comment.