-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
samples: wifi: Replace nrfjprog with nrfutil #21108
samples: wifi: Replace nrfjprog with nrfutil #21108
Conversation
Replace all instances of `nrfjprog` commands with `nrfutil` commands as nrfjprog is going to be deprecated. Fixes SHEL-3520. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 0e133b8c2b13d3977e589844cc59bf2048e7a70f more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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.
I still few nrfjprog
references in other Wi-Fi samples too, please fix them.
ag nrfjprog samples/wifi/ --ignore-dir "build*"
samples/wifi/ble_coex/README.rst
204: nrfjprog --com
207: |nrfjprog_deprecation_note|
samples/wifi/shell/README.rst
95: nrfjprog --deviceversion
97: nrfjprog --recover
99: nrfjprog --deviceversion
104: |nrfjprog_deprecation_note|
samples/wifi/thread_coex/README.rst
187: nrfjprog --com
190: |nrfjprog_deprecation_note|
33dfb55
to
65f6705
Compare
Addressed. |
I'm removing myself from the review -- I defer doc review to the ncs-wifi-doc group. |
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.
I think a Changelog entry is required for this update.
Replace `nRF Command Line Tools` with `nrfutil` as `nRF Command Line Tools` are about to be archived. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
232d432
to
1626ec9
Compare
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
1626ec9
to
0e133b8
Compare
Replace all instances of
nrfjprog
commands withnrfutil
commands as nrfjprog is going to be deprecated.Fixes SHEL-3520.