Skip to content

Commit 607654d

Browse files
committed
README: add command to flash the portenta c33 esp-hosted firmware
1 parent 4f49c4e commit 607654d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: libraries/WiFi/extra/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ idf.py build
1616
cd ../../../../../
1717
python combine.py
1818
```
19+
# How to flash the firmware
20+
21+
```
22+
espflash write-bin 0x0 ESP32-C3.bin
23+
```
24+
25+
or
26+
27+
```
28+
esptool.py --chip esp32c3 -p /dev/ttyACM0 -b 230400 --before=default_reset --after=hard_reset --no-stub write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 ESP32-C3.bin
29+
```

0 commit comments

Comments
 (0)