summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuillaume Pinot <texitoi@texitoi.eu>2020-08-28 10:05:24 +0200
committerGuillaume Pinot <texitoi@texitoi.eu>2020-08-28 10:05:24 +0200
commitfe2909f2237d56a85154ab64abe020a7d3ba9188 (patch)
treec194a7bd1314e7fe136858d737457dc0a221e000 /README.md
parent957968bf93a34cf70cf245a9a9e395a2fed018ed (diff)
more functionnal firmware for serial communication (but still doesn't work)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8080b49..cc3c0b0 100644
--- a/README.md
+++ b/README.md
@@ -42,5 +42,11 @@ To flash using dfu-util, first put the board in dfu mode by pressing
BOOT, pressing and releasing RESET and releasing BOOT. Then:
```shell
-dfu-util -d 0483:df11 -a 0 -s 0x08000000:force:unprotect:leave -D keyseebee.bin
+dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D keyseebee.bin
+```
+
+The fist time, if the write fail, your flash must protected. To unprotect:
+
+```shell
+dfu-util -d 0483:df11 -a 0 -s 0x08000000:force:unprotect -D keyseebee.bin
```