-
Notifications
You must be signed in to change notification settings - Fork 1.4k
DFU Runner for Thingy:91 X #17412
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
DFU Runner for Thingy:91 X #17412
Conversation
Include the Zephyr patch for nrfutil-dfu runner. Signed-off-by: Maximilian Deubel <[email protected]>
This patch adds ZIP file support for runners in sysbuild. Signed-off-by: Maximilian Deubel <[email protected]>
Set the new DFU runner as default for flashing and pyocd as default for debugging for Thingy:91x. Signed-off-by: Maximilian Deubel <[email protected]>
|
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: b6ae9c293a418891a77d58586102ef60318db948 more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
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.
Why has indentation been removed in the if-blocks?
|
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |
The default flashing method for the Thingy:91 X should be serial DFU.
This patch adds a runner to utilize nrfutil for DFU. It also adds the corresponding ZIP file type to the runner system.