diff --git a/README.md b/README.md index d196883..722399e 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ Note: I use my own DFU bootloader instead of the embedded bootloader because I w The images can also be flash using SWD (Serial Wire Debug) in case the firmware gets stuck and does not provide USB functionalities. For that you need an SWD adapter. The `Makefile` uses a ST-Link V2 programmer along OpenOCD software (default), or Black Magic Probe. -To flash the `booltoader` using SWD run `rake swd_booloader` (this will also erase the application). -To flash the `application` using SWD run `rake swd_aplication` (or `rake swd`). +To flash the `bootloader` using SWD run `rake swd_bootloader` (this will also erase the application). +To flash the `application` using SWD run `rake swd_application` (or `rake swd`). To erase all memory and unlock read/write protection, run `rake remove_protection`. debug