ivmarkov

Results 706 comments of ivmarkov
trafficstars

> In esptool the problem was (supposedly) fixed by [espressif/esptool@f4fabc5](https://github.com/espressif/esptool/commit/f4fabc5de45942f96a952ef084aed6d26e093438) - but that looks a bit more complicated than "grab the misplaced segment and swap it first". I can look...

Or to put it in another way - the linked PR only does the "extract the MMU page size that was used for that concrete app image (or rather, in...

> Thanks, that's a good summary of a lengthy mess of confusing information. To reproduce this, is it enough for me to create a hello world for the c6 with...

For completeness, just to mention that I managed to convince the monitor to show logs when the chip is in secure DL mode by using: ```sh espflash monitor -b no-reset-no-sync...

> I hit this a while ago too and I think I just switched to esptool for the one device I accidentally enabled secure download mode on. > > For...

**UPDATED:** I confused `save-image` with `write-bin`. Suggestion reworded Thank you for chiming-in! Glad to see other folks are also looking into this. An alternative might be to keep `save-image` as-is,...

> I actually have a full working writeup on how to enable encryption and save images with espflash except for `espsecure` for efuses and one `esptool` command. I'm trying to...

@y86-dev Sorry for pinging you here and sorry to ask - but - would you be willing to review the implementation of the `crate::utils::init::ApplyInit` extension trait, as I mentioned in...

> > @y86-dev Sorry for pinging you here and sorry to ask - but - would you be willing to review the implementation of the `crate::utils::init::ApplyInit` extension trait, as I...

(Just to mention that I'll later probably switch the "abort-on-unwinding-panic" code to use [this clever trick](https://github.com/smol-rs/async-task/blob/da62e65e64bcd54e3d427448069f47a9b1c3b6bd/src/utils.rs#L24), but that should be an insignificant change w.r.t. the logic of `ApplyInit::apply`.)