-
Notifications
You must be signed in to change notification settings - Fork 317
Update nrf52840_dongle.md #754
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
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -22,8 +22,13 @@ customize it. | |||||
| You need `nrfutil` version 6. The [install manual](../install.md) has | ||||||
| setup instructions. | ||||||
|
|
||||||
| To flash the firmware, run: | ||||||
| It is highly recommended you use --erase_storage first, especially if you have installed any other software onto your dongle. | ||||||
|
|
||||||
| ```shell | ||||||
| ./deploy.py --board=nrf52840_dongle_dfu --erase_storage | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The command to flash the
Suggested change
|
||||||
| ``` | ||||||
|
|
||||||
| Then to flash the firmware: | ||||||
| ```shell | ||||||
| ./deploy.py --board=nrf52840_dongle_dfu --opensk --programmer=nordicdfu | ||||||
| ``` | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrasing "It is highly recommended" might be too weak. Based on your PR description and the general
install.mdguide, erasing storage seems to be a required step for new boards or boards that have been used for other purposes. To avoid user confusion and flashing issues, it would be better to make this instruction more direct.