commit | 9fc84e78e73d80935581bbbdd16885b2b4996718 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu Mar 06 15:38:09 2025 +0100 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Mon Mar 10 21:31:43 2025 +0100 |
tree | e6c4c06ad8ccd27c117512010dc2daa10f557732 | |
parent | 2340dfad52a14a058ff4ee37c7d6ab4708635776 [diff] |
boards: nrf: Default to nRF Util for flashing Nordic has a new tool, nRF Util (`nrfutil`) which is replacing the previous set of command-line tools (particularly `nrfjprog`) that Zephyr had been using by default in many of the boards to flash the firmware onto the device. Since nRF Util is already mature and is going to be replacing the existing tools, including `nrfjprog`, it is now a good time to change the default flash tool to reflect this fact. Note that `nrfjprog` support is not being removed at all, but this may be a breaking change for users that do not have nRF Util installed. For this reason we also add a note in the migration guide. More info: https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-util-unified-command-line-utility Installation: https://www.nordicsemi.com/Products/Development-tools/nrf-util Documentation: https://docs.nordicsemi.com/bundle/nrfutil/page/README.html Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>