-
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
doc: audio: nrfjprog to nrfutil update #20947
doc: audio: nrfjprog to nrfutil update #20947
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-20947/nrf/applications/nrf5340_audio/doc/building.html |
Alternatively, you can add the ``--snr`` parameter followed by the SEGGER serial number of the correct board at the end of the ``nrfjprog`` command. | ||
You can check the serial numbers of the connected devices with the ``nrfjprog -i`` command. | ||
Alternatively, you can add the ``--snr`` parameter followed by the SEGGER serial number of the correct board at the end of the ``nrfutil device`` command. | ||
You can check the serial numbers of the connected devices with the ``nrfutil device list`` command (you need to remove the two initial zeroes from the nRF5340 Audio DK serial number). |
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 see that nrfutil device list
outputs:
So no need to remove any initial zeros
You can check the serial numbers of the connected devices with the ``nrfutil device list`` command (you need to remove the two initial zeroes from the nRF5340 Audio DK serial number). | |
You can check the serial numbers of the connected devices with the ``nrfutil device list`` command). |
Replaced nrfjprog with nrfutil in the Audio app documentation. NCSDK-30139. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
ee88c3a
to
db98c94
Compare
|
Replaced nrfjprog with nrfutil in the Audio app documentation. NCSDK-30139.