Skip to content

Commit

Permalink
Revert "Fix probe-rs "--binary-format" -> "--format" argument in READ…
Browse files Browse the repository at this point in the history
…ME.md"

This reverts commit 3ee2f51.
  • Loading branch information
Dirbaio committed Aug 23, 2024
1 parent 0c5afce commit 991d28e
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 --format hex --chip nRF52840_xxAA s140_nrf52_7.X.X_softdevice.hex`
- Flash the SoftDevice with `probe-rs download --verify --binary-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 991d28e

Please sign in to comment.