The attached firmware goes into a boot loop.
We found that the culprit seems to be the programs partition. After erasing it, the loop is gone.
Relevant commands:
esptool.py --port /dev/ttyUSB0 read_flash 0x0 0x400000 fw-backup-4M.bin
esptool.py --port /dev/ttyUSB0 write_flash 0x0 0x400000 fw-backup-4M.bin
esptool.py erase_region 0x360000 0x0a0000
fw-backup-4M.bin.tar.gz
The attached firmware goes into a boot loop.
We found that the culprit seems to be the programs partition. After erasing it, the loop is gone.
Relevant commands:
fw-backup-4M.bin.tar.gz