mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Merge pull request #6818 from Jason2866/development
Esptool.py batch files for backup, erase, write, verify
This commit is contained in:
commit
6d7aed54be
1
tools/Esptool/EraseFlash.bat
Normal file
1
tools/Esptool/EraseFlash.bat
Normal file
@ -0,0 +1 @@
|
||||
esptool.py --baud 115200 erase_flash
|
1
tools/Esptool/ReadFlash.bat
Normal file
1
tools/Esptool/ReadFlash.bat
Normal file
@ -0,0 +1 @@
|
||||
esptool.py --baud 115200 read_flash 0x000000 0x100000 backup.bin
|
1
tools/Esptool/VerifyFlash.bat
Normal file
1
tools/Esptool/VerifyFlash.bat
Normal file
@ -0,0 +1 @@
|
||||
esptool.py --baud 115200 verify_flash -fs 1MB -fm dout 0x000000 firmware.bin
|
1
tools/Esptool/WriteFlash.bat
Normal file
1
tools/Esptool/WriteFlash.bat
Normal file
@ -0,0 +1 @@
|
||||
esptool.py --baud 115200 write_flash -fs 1MB -fm dout 0x000000 firmware.bin
|
Loading…
x
Reference in New Issue
Block a user