Djordje Nedic
Djordje Nedic
I'm trying to solve timing issues manifesting themselves as flash size not being detected correctly. When logging is enabled, or the firmware is compiled with O0, everything works fine, but...
Hello @higaski , we do not know of any limitation that would cause flashing some memory regions to fail. Can you please provide either a log with `SERIAL_FLASHER_DEBUG_TRACE` set or...
I apologize, I have assumed you have implemented debug tracing in the same way as it is implemented in other ports. In that case either copy over the tracing from...
Unification of logging/tracing is something we are looking into for the future, but it requires quite extensive changes.
Thanks for the data, after looking into this in the ROM, I don't see any reason it would fail, however it is possible that the default hardcoded params used by...
Good spot, it seems that is the reason `loader_spi_parameters()` sends wrong info. I will investigate this, in the meantime, try manually setting the parameters for your flash chip and trying...
Did you successfully manage to flash the same exact binaries with `esptool` or other flashing tools we provide and get the app to work?
Have you enabled the MD5 checks? Also, can you read back the contents of the flash flashed with `esp-serial-flasher` using `esptool`, and contents of the flash written with `esptool` so...
Thanks for the data, I will investigate this further.
Hello @higaski , it appears the flasher stub used by `esptool` and other flashing tools we provide has special logic for chips of 16MB or more in size. It will...