update release test scripts

This commit is contained in:
Kevin Hester 2021-03-19 23:40:04 +08:00
parent 7c5ab885be
commit 2a6480ec48
2 changed files with 4 additions and 1 deletions

3
bin/program-1.0-tbeam.sh Executable file
View File

@ -0,0 +1,3 @@
esptool.py --baud 921600 write_flash 0x10000 release/archive/old/firmware-tbeam-EU865-1.0.0.bin
echo "Erasing the otadata partition, which will turn off flash flippy-flop and force the first image to be used"
esptool.py --baud 921600 erase_region 0xe000 0x2000

View File

@ -1 +1 @@
esptool.py --baud 921600 write_flash 0x10000 release/archive/firmware-tbeam-1.1.50.bin
esptool.py --baud 921600 write_flash 0x10000 release/archive/old/firmware-tbeam-1.1.50.bin