Djordje Nedic

Results 69 comments of Djordje Nedic

Hello @higaski , thank you for the interest however we don't have an ETA for this yet.

> > Does this mean that the `esptool` `--no-stub` option currently doesn't work either? I don't want to be clever, but it seems as if all the "32mb flash workarounds"...

> I've peeked at the esptool source for a little while and this seems like a daunting task now... > > I assume the following steps would be necessary: >...

Hello @CMAICEpower , we currently do not support compressed flash download in `esp-serial-flasher`. We will explore this idea in the future and will keep this issue open as a feature...

Hello @electromuis , nice work and thank you for the contribution! I've left some initial comments, most of them are probably due to this being WIP.

Hello @LINGlong-zi , thank you for your submission, we will try to reproduce your issue and fix it as soon as possible.

Hello @Crystallonus , please enable tracing with `SERIAL_FLASHER_DEBUG_TRACE` and provide the full log, and if possible, the binary you are trying to flash.

After a brief glance, there seems to be nothing wrong with the binary itself. Considering flashing verification using MD5 is not available for the `ESP8266`, could you try flashing with...

The on-device partition table needs to match the layout of the partitions flashed to the device, so It would be best if you flashed the partition table.

Yes, if you're actually uploading the bootloader and partition table you built with your app. If you only placed the app binary in the example folder and used preexisting binaries...