Merge pull request #8565 from Jason2866/patch-1

add flash syntax to readme.txt
This commit is contained in:
Theo Arends 2020-05-29 22:24:14 +02:00 committed by GitHub
commit 867d0e688f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
This files are needed for flashing Tasmota with esptool.py to a ESP32
These files are needed for flashing Tasmota32 with esptool.py to an ESP32.
Command syntax for flashing Tasmota32 firmware on ESP32 via Esptool (replace COM Port Number!):
esptool.py --chip esp32 --port COM5 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dout --flash_freq 40m --flash_size detect 0x1000 bootloader_dout_40m.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 tasmota32.bin