Skip to content

Commit fd0da12

Browse files
committed
FLASH.md instructions mpremote
1 parent 1a9d005 commit fd0da12

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

FLASH.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
The steps to follow in order to flash a new firmware (.bin) file on STM32 are the following:
66

7+
_Uploading the files_
8+
Please install mpremote to upload files on nano-ESP32 especially for binaries
9+
10+
```shell
11+
(venv)$ pip install mpremote
12+
```
13+
to upload a file:
14+
``` shell
15+
(venv)$ mpremote connect "COM1" fs cp firmware.bin :firmware.bin
16+
```
17+
718
_Hardware_
819
* Connect STM32 _Boot0_ pin to VDD 3V3 or connect _Boot0_ to _D2_ pin (nano)
920
* Press _Reset_ button on Nucleo board or connect STM32 Reset pin to _D3_ (nano)
@@ -20,4 +31,4 @@ If _Boot0_ is wired to 3V3, disconnect it and press STM32 _Reset_ pin
2031

2132
### Tested on
2233

23-
* STM32-F401RE
34+
* nano-ESP32 STM32-F401RE

0 commit comments

Comments
 (0)