Skip to content

Commit

Permalink
Fix probe-rs "--binary-format" -> "--format" argument in README.md
Browse files Browse the repository at this point in the history
In the latest version of probe-rs (23.0) the argument is now called "format"
  • Loading branch information
JuliDi authored Aug 23, 2024
1 parent 7699fcb commit 3ee2f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Flashing the softdevice is required. It is NOT part of the built binary. You onl
- As a debug client, if you are using
- probe-rs:
- Erase the flash with `probe-rs erase --chip nrf52840_xxAA` (You may have to supply additional `--allow-erase-all` argument).
- Flash the SoftDevice with `probe-rs download --verify --binary-format hex --chip nRF52840_xxAA s140_nrf52_7.X.X_softdevice.hex`
- Flash the SoftDevice with `probe-rs download --verify --format hex --chip nRF52840_xxAA s140_nrf52_7.X.X_softdevice.hex`
- nrfjprog:
- Flash the SoftDevice with `nrfjprog --family NRF52 --chiperase --verify --program s140_nrf52_7.0.1_softdevice.hex`

Expand Down

0 comments on commit 3ee2f51

Please sign in to comment.