esp-rs / esp-flasher-stub

Rust implementation of flasher stub located in esptool
Apache License 2.0
18 stars 10 forks source link

Implement `ESP_FLASH_VERIFY_MD5` command #43

Closed SergioGasquez closed 7 months ago

SergioGasquez commented 8 months ago

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 https://github.com/esp-rs/espflash/issues/479#issuecomment-1866524727