Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No information is provided on _why_ a partition table is invalid #20

Closed
bugadani opened this issue May 11, 2023 · 0 comments · Fixed by #36
Closed

No information is provided on _why_ a partition table is invalid #20

bugadani opened this issue May 11, 2023 · 0 comments · Fixed by #36

Comments

@bugadani
Copy link

bugadani commented May 11, 2023

The following partition table can't be parsed because the "data" partition type doesn't have a "data" subtype (note to self: it has an "undefined" subtype). It would be useful is espflash would be able to point this out to me, instead of just a simple "The partition table is invalid" error.

# Name,   Type, SubType, Offset,  Size, Flags
otadata,  data, ota,     ,        0x2000,
ota_0,    app,  ota_0,   ,        2M,
ota_1,    app,  ota_1,   ,        2M,
storage,  data, data,    ,        3M,
@bugadani bugadani changed the title No information is provided _why_ a partition table is invalid No information is provided on _why_ a partition table is invalid May 11, 2023
AVee added a commit to AVee/esp-idf-part that referenced this issue May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant