esputil
esputil copied to clipboard
ESP flashing utility
I tried to flash my spiffs image (spiffs.bin created with platformio) to my esp32-s3. It needs to go at 0x210000. I receive the following error: ``` ../../toolchains/esputil/esputil -fp 0x24f -p...
Hi, I am trying the example/blinky and it seems that it builds with no problem but then it stops after "esputil flash 0 firmware.bin" and hangs there forever. firmware.bin is...
Improved strategy for resetting to the bootloader. Without this, the `boot` button of NodeMCU-ESP32 DevKITV1 has to be pressed manually in order to enter the bootloader. But with this fix,...
I've written a similar ESP32 loader as part of a STM32 firmware. For me a practical solutions was to wrap all bin files within uImage header+crc (I my case w/o...