Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting-stared: thingy91: fix binary name #444

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import InstallNrfConnect from './\_partials/install_nrf_connect.md'

1. Go to [the latest
release](https://github.com/golioth/thingy91-golioth/releases/latest) and
download `Thingy91_Golioth_Example_vX.X.X.hex`
download `thingy91-golioth_vX.X.X_thingy91_nrf9160_ns_mcuboot.hex`
2. Flash the precompiled binary to the Thingy:91
1. Remove the orange rubber case from your Thingy:91
2. Plug a USB cable into your computer and into the Thingy:91
Expand All @@ -57,8 +57,9 @@ import InstallNrfConnect from './\_partials/install_nrf_connect.md'
board and turn the power switch on
4. In the nRF Connect Desktop Programmer, choose `Nordic Thingy:91` from the
upper left `SELECT DEVICE` dialog.
5. Click Add file and choose the `Thingy91_Golioth_Example_vX.X.X.hex` file
you previously downloaded
5. Click Add file and choose the
`thingy91-golioth_vX.X.X_thingy91_nrf9160_ns_mcuboot.hex` file you
previously downloaded
6. Click the `Write` button


Expand Down
Loading