Commit 34fae56
committed
[nrf fromlist] 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
Upstream PR #: 86729
Signed-off-by: Carles Cufi <[email protected]>1 parent 5518823 commit 34fae56
File tree
84 files changed
+97
-17
lines changed- boards
- aconno/acn52832
- actinius
- icarus_bee
- icarus_som_dk
- icarus_som
- icarus
- adafruit
- itsybitsy
- nrf52_adafruit_feather
- atmarktechno/degu_evk
- bbc
- microbit_v2
- microbit
- bcdevices/plt_demo_v2
- circuitdojo/feather
- contextualelectronics/abc
- croxel/croxel_cx1825
- ct/ctcc
- ebyte/e73_tbb
- electronut/nrf52840_papyr
- ezurio
- bl5340_dvk
- bl652_dvk
- bl653_dvk
- bl654_dvk
- bl654_sensor_board
- bt510
- bt610
- mg100
- pinnacle_100_dvk
- rm1xx_dvk
- holyiot/yj16019
- innblue
- innblue21
- innblue22
- makerdiary/nrf52840_mdk_usb_dongle
- nordic
- nrf21540dk
- nrf51dk
- nrf51dongle
- nrf52833dk
- nrf52840dk
- nrf52840dongle
- nrf52dk
- nrf5340_audio_dk
- nrf5340dk
- nrf7002dk
- nrf9131ek
- nrf9151dk
- nrf9160dk
- nrf9161dk
- thingy52
- thingy53
- norik
- octopus_io_board
- octopus_som
- panasonic
- pan1770_evb
- pan1780_evb
- pan1781_evb
- pan1782_evb
- pan1783
- particle
- argon
- boron
- xenon
- qorvo/decawave_dwm3001cdk
- rakwireless
- rak4631
- rak5010
- raytac
- mdbt50q_db_33
- mdbt50q_db_40
- mdbt53_db_40
- mdbt53v_db_40
- ruuvi/ruuvitag
- seeed/xiao_ble
- sparkfun
- micromod
- thing_plus
- u-blox
- ubx_bmd300eval
- ubx_bmd330eval
- ubx_bmd340eval
- ubx_bmd345eval
- ubx_bmd360eval
- ubx_bmd380eval
- ubx_evkannab1
- ubx_evkninab1
- ubx_evkninab3
- ubx_evkninab4
- we
- ophelia1ev
- proteus2ev
- proteus3ev
- doc
- hardware/porting
- releases
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+97
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
0 commit comments