Add instruction for manual flashing of the Nucleo board

Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
This commit is contained in:
Szczepan Zalega 2019-01-08 20:33:35 +01:00
parent 420d052ac9
commit be37ed46f7
No known key found for this signature in database
GPG Key ID: D9BAE35991DE5B22

View File

@ -113,6 +113,12 @@ make flash
# STM32_Programmer_CLI -c port=SWD -halt -d all.hex -rst
```
## Manual flashing
In case you already have a firmware to flash (named `all.hex`), please run the following:
```bash
STM32_Programmer_CLI -c port=SWD -halt -e all --readunprotect
STM32_Programmer_CLI -c port=SWD -halt -d all.hex -rst
```
# Testing