Skip to content

ESP-IDF App Descriptor missing in youresp-idf application. #927

@hazer-hazer

Description

@hazer-hazer

Hi, I encountered this error after updating to the latest version of espflash:

Error:   × ESP-IDF App Descriptor (https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-
  │ reference/system/app_image_format.html#application-description) missing in your`esp-idf`
  │ application.

Cargo.toml:

# ...
esp-bootloader-esp-idf = "0.1.0"
esp-hal = { version = "^1.0.0-beta.0", features = [
  "esp32c3",
  "unstable",
  "log",
] }
esp-hal-embassy = { version = "0.7", features = ["esp32c3"] }
# ...

Error does not appear on [email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Done

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions