Skip to content

[Create Elf] Error #16

@TonyMahagony39

Description

@TonyMahagony39

Hi,

I get the following error when I want to create an ELF, the command I write is:

python.exe esp32_image_parser.py create_elf fw-backup-4M.bin -partition factory -output factory.elf

The error is:

Dumping partition 'factory' to factory_out.bin
Traceback (most recent call last):
File "esp32_image_parser.py", line 281, in
main()
File "esp32_image_parser.py", line 264, in main
image2elf(dump_file, output_file, verbose)
File "esp32_image_parser.py", line 41, in image2elf
image = LoadFirmwareImage('esp32', filename)
NameError: name 'LoadFirmwareImage' is not defined

Do you know what could be the problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions