kopia lustrzana https://github.com/solokeys/solo1
Add instruction for manual flashing of the Nucleo board
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>pull/65/head
rodzic
420d052ac9
commit
be37ed46f7
|
@ -113,6 +113,12 @@ make flash
|
||||||
# STM32_Programmer_CLI -c port=SWD -halt -d all.hex -rst
|
# 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
|
# Testing
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue