mirror of https://github.com/arendst/Tasmota.git
Merge pull request #14328 from Jason2866/del_esptool
Delete tools/Esptool directory
This commit is contained in:
commit
9de28d8cf3
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,5 +0,0 @@
|
|||
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
|
|
@ -1 +0,0 @@
|
|||
esptool.py --baud 115200 erase_flash
|
|
@ -1 +0,0 @@
|
|||
esptool.py --chip esp32 --baud 2000000 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 bootloader_qio_80m.bin 0x8000 partitions_spiffs_10M.bin 0xe000 boot_app0.bin 0x10000 tasmota32-core2.bin
|
|
@ -1 +0,0 @@
|
|||
esptool.py --chip esp32 --baud 2000000 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 bootloader_qio_80m.bin 0x8000 partitions_spiffs_10M.bin 0xe000 boot_app0.bin 0x10000 tasmota32-odroid.bin
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
esptool.py --baud 115200 read_flash 0x000000 0x100000 backup.bin
|
|
@ -1 +0,0 @@
|
|||
esptool.py --baud 115200 verify_flash -fs 1MB -fm dout 0x000000 firmware.bin
|
|
@ -1 +0,0 @@
|
|||
esptool.py --baud 115200 write_flash -fs 1MB -fm dout 0x000000 firmware.bin
|
Loading…
Reference in New Issue