esp32_image_parser icon indicating copy to clipboard operation
esp32_image_parser copied to clipboard

KeyError: '.dram0.data'

Open jithivk opened this issue 2 years ago • 3 comments

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 main() File "C:\Desktop\esp32_image_parser-master\esp32_image_parser.py", line 265, in main image2elf(dump_file, output_file, verbose) File "C:\Desktop\esp32_image_parser-master\esp32_image_parser.py", line 160, in image2elf size = len(section_data[name]['data']) KeyError: '.dram0.data'

jithivk avatar Nov 26 '22 14:11 jithivk

solved the issue.

jithivk avatar Nov 26 '22 14:11 jithivk

For those that also want to know how @jithivk solved it can check the PR #3, which resolved the issue also for me 😄.

SaschaDens avatar Dec 17 '22 18:12 SaschaDens

Use Esptool version 2.8. solved it

darknetv avatar Mar 10 '24 07:03 darknetv