Bug: SPIFFS mount failed after flashing all 4 bins
Hi, I flashed all 4 binaries from the v1.0 release using esptool with the following offsets:
- bootloader.bin → 0x1000
- partition-table.bin → 0x8000
- projecthydra-32.bin → 0x10000
- storage.bin → 0x190000
All files were written successfully (hash verified), but the ESP32 always boots with:
E SPIFFS: mount failed, -10025
E webserver: SPIFFS mount failed: ESP_FAIL
E webserver: File not found: /spiffs/index.html
The AP "hydra" starts and clients can connect, but the web UI returns 404.
Hardware: ESP32 DevKit V1, 4MB flash
esptool version: 5.3.0
Is the storage.bin in the release correct? Could you provide the SPIFFS image generation command or the web UI source files so we can build it manually?
Thanks
Bug: SPIFFS mount failed after flashing all 4 bins
Hi, I flashed all 4 binaries from the v1.0 release using esptool with the following offsets:
All files were written successfully (hash verified), but the ESP32 always boots with:
The AP "hydra" starts and clients can connect, but the web UI returns 404.
Hardware: ESP32 DevKit V1, 4MB flash
esptool version: 5.3.0
Is the storage.bin in the release correct? Could you provide the SPIFFS image generation command or the web UI source files so we can build it manually?
Thanks