Skip to content

Conversation

@wiktorkwiatkowski
Copy link
Contributor

@wiktorkwiatkowski wiktorkwiatkowski commented Nov 3, 2025

Traits are no longer by default. They are now optional and only used when the user explicitly wants to flash multiple boards at once. DFU mode is controlled through NRFUTIL_DFU_MODE, and NRFUTIL_DFU_SN can be used to select a specific DFU device when several are connected.

fi

ret=0
if [ -z ${NRFUTIL_TRAITS} ] ; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should also double check if traits are used correctly

from what I understand traits are used only for device matching, not for selecting type of update to be performed

@github-actions github-actions bot added Nordic Nordic related BSP labels Nov 20, 2025
@wiktorkwiatkowski wiktorkwiatkowski changed the title hw/scripts/nrfutil: add verification step before flashing device hw/scripts/nrfutil: make traits optional and improve device selection Nov 20, 2025
Traits are no longer by default. They are now optional and only used
when the user explicitly wants to flash multiple boards at once.
DFU mode is controlled through NRFUTIL_DFU_MODE, and NRFUTIL_DFU_SN
can be used to select a specific DFU device when several are connected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants