Skip to content

Ability to specify whether to reboot after writing bin to flash #497

Closed
@ajmcquilkin

Description

@ajmcquilkin

Thanks for your work on the project!

I'm working with an ESP32-S3 core on a project where I need to flash three .bin files, all over 1MB, to three separate locations in memory. Currently, the write_bin_to_flash method forces the device to reboot after each method call (link), which causes a communication failure error when I try to write at the next location.

I am looking for the ability to specify that the device should only restart after the last call to write_bin_to_flash. I would assume this would require a new parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions