From 3ee2f51c7168cb9ff43cc5401207cc52d3a6d4d0 Mon Sep 17 00:00:00 2001 From: Julian <20155974+JuliDi@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:07:14 +0200 Subject: [PATCH] Fix probe-rs "--binary-format" -> "--format" argument in README.md In the latest version of probe-rs (23.0) the argument is now called "format" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61afcfd..50933a2 100644 --- a/README.md +++ b/README.md @@ -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`