From 84a97e52bfe28695d986ebcc1c9e57210b43d269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 7 Jun 2019 11:35:00 +0200 Subject: [PATCH] README: simplify dfu command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dad5b9..7e35b33 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ See https://github.com/sinara-hw/Stabilizer * Connect to the Micro USB connector below the RJ45 * Short JC2/BOOT * `cargo objcopy --release --bin stabilizer -- -O binary stabilizer.bin` or `arm-none-eabi-objcopy -O binary target/thumbv7em-none-eabihf/release/stabilizer stabilizer.bin` -* `dfu-util -a 0 -s 0x08000000:84092 -D stabilizer.bin` where 84092 is the size of the binary +* `dfu-util -a 0 -s 0x08000000:leave -D stabilizer.bin` ### Using ST-Link virtual mass storage