From be37ed46f7bcf080744467e6a526cad031cd2fef Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 8 Jan 2019 20:33:35 +0100 Subject: [PATCH] Add instruction for manual flashing of the Nucleo board Signed-off-by: Szczepan Zalega --- docs/solo/nucleo32-board.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/solo/nucleo32-board.md b/docs/solo/nucleo32-board.md index ab7d91d..cdbafb3 100644 --- a/docs/solo/nucleo32-board.md +++ b/docs/solo/nucleo32-board.md @@ -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