-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
scripts: west_commands: extend west ncs-provision command with --dev-id #18355
Conversation
Extend west ncs-provision command with option to select connected device by its serial number. Signed-off-by: Grzegorz Chwierut <[email protected]>
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 2b498fe43d525f71f54ca407433a82e7951ceb00 more detailssdk-nrf:
Github labels
List of changed files detected by CI (1)
Outputs:ToolchainVersion: add720b6d9 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Extend west ncs-provision command with option to select connected device by its serial number.
Tested using command:
west ncs-provision upload -s nrf54l15 -k $ZEPHYR_BASE/../bootloader/mcuboot/root-ed25519.pem --dev-id <serial_number>
Extends PR #18059