Merge pull request #6818 from Jason2866/development

Esptool.py batch files for backup, erase, write, verify
This commit is contained in:
Theo Arends 2019-11-04 16:10:56 +01:00 committed by GitHub
commit 6d7aed54be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
esptool.py --baud 115200 erase_flash

View File

@ -0,0 +1 @@
esptool.py --baud 115200 read_flash 0x000000 0x100000 backup.bin

View File

@ -0,0 +1 @@
esptool.py --baud 115200 verify_flash -fs 1MB -fm dout 0x000000 firmware.bin

View File

@ -0,0 +1 @@
esptool.py --baud 115200 write_flash -fs 1MB -fm dout 0x000000 firmware.bin