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

Implement ESP_FLASH_VERIFY_MD5 command #43

Closed
SergioGasquez opened this issue Dec 22, 2023 · 0 comments
Closed

Implement ESP_FLASH_VERIFY_MD5 command #43

SergioGasquez opened this issue Dec 22, 2023 · 0 comments

Comments

@SergioGasquez
Copy link
Member

SergioGasquez commented Dec 22, 2023

Started to look into ESP_FLASH_VERIFY_MD5 ... as mentioned, we don't have it supported by the Rust esp-flasherstub which is not that good

Tried without a flasher stub and it needs quite a few changes to espflash internals because of the way we currently parse responses into CommandResponse (and how we currently cannot return something that is not u32)

Additionally, there are at least two different response formats for that command

Originally posted by @bjoernQ in esp-rs/espflash#479 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant