esp32_image_parser
esp32_image_parser copied to clipboard
KeyError: '.dram0.data'
Dumping partition 'app0' to app0_out.bin
Unsure what to do with segment: BYTE_ACCESSIBLE, DRAM
Unsure what to do with segment: RTC_IRAM
Traceback (most recent call last):
File "C:\Desktop\esp32_image_parser-master\esp32_image_parser.py", line 282, in
solved the issue.
For those that also want to know how @jithivk solved it can check the PR #3, which resolved the issue also for me 😄.
Use Esptool version 2.8. solved it