From 5be1a9fbf95cbbc1300f24f77f049c93480b3854 Mon Sep 17 00:00:00 2001 From: Guillaume Pinot Date: Tue, 1 Sep 2020 09:33:40 +0200 Subject: fix typo in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07c3a06..4e6eab1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,8 @@ BOOT, pressing and releasing RESET and releasing BOOT. Then: 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: +The fist time, if the write fail, your flash might be protected. To +unprotect: ```shell dfu-util -d 0483:df11 -a 0 -s 0x08000000:force:unprotect -D keyseebee.bin -- cgit v1.2.3