mirror of https://github.com/arendst/Tasmota.git
Merge pull request #6818 from Jason2866/development
Esptool.py batch files for backup, erase, write, verify
This commit is contained in:
commit
6d7aed54be
|
@ -0,0 +1 @@
|
|||
esptool.py --baud 115200 erase_flash
|
|
@ -0,0 +1 @@
|
|||
esptool.py --baud 115200 read_flash 0x000000 0x100000 backup.bin
|
|
@ -0,0 +1 @@
|
|||
esptool.py --baud 115200 verify_flash -fs 1MB -fm dout 0x000000 firmware.bin
|
|
@ -0,0 +1 @@
|
|||
esptool.py --baud 115200 write_flash -fs 1MB -fm dout 0x000000 firmware.bin
|
Loading…
Reference in New Issue