Loading esp-01's in bulk #822
Replies: 2 comments 13 replies
-
v3 does not use spiffs but litllefs it seems you use the wrong tool.in platformio |
Beta Was this translation helpful? Give feedback.
-
I know this seems like kind of a small thing but the new boards I have coming use a ESP32 and I flash a handful of boards everyday. It sure makes things nice when I can set them up once, and just flash each new order one time and test. It saves me a ton of time to have all the settings available. Any changes I make can easily be shared or updated with all the user now and in the future as well. A lot of my users are not comfortable with the computer side of things so I go out of my way to make it as easy as possible for everyone. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Love the project. I am looking to speed up loading 100-200 ESP-01's so some of my users can give ESP3D/ESPUi a try.
I loaded up V3, did some config changes, macro's, and ran some tests. So now I tried to use platformio to build and load the filesystem that I added to esp3d/data. It shows a success but no files get loaded.
`|-- ESP8266-Arduino-Lua @ 0.0.30
|-- ESP8266mDNS @ 1.2
| |-- ESP8266WiFi @ 1.0
|-- ArduinoOTA @ 1.0
| |-- ESP8266WiFi @ 1.0
| |-- ESP8266mDNS @ 1.2
| | |-- ESP8266WiFi @ 1.0
|-- DNSServer @ 1.1.1
| |-- ESP8266WiFi @ 1.0
|-- ESP8266HTTPClient @ 1.2
| |-- ESP8266WiFi @ 1.0
|-- BMx280MI @ 1.2.0
| |-- Wire @ 1.0
| |-- SPI @ 1.0
|-- DHT sensor library for ESPx @ 1.0.6
|-- WebSockets @ 2.3.6
| |-- Hash @ 1.0
| |-- ESP8266WiFi @ 1.0
| |-- Ethernet @ 2.0.0
| | |-- SPI @ 1.0
| |-- SPI @ 1.0
Building in release mode
Building file system image from 'esp3d\data' directory to .pioenvs\esp8266_1MB_wifi\spiffs.bin
/esp32cam.html
/export.json
/favicon.ico
/index.html.gz
/preferences.json
/tool.html
Looking for upload port...
Auto-detected: COM4
Uploading .pioenvs\esp8266_1MB_wifi\spiffs.bin
esptool.py v3.0
Serial port COM4
Connecting....
Chip is ESP8266EX
Features: WiFi
Crystal is 26MHz
MAC: e8:68:e7:cb:d7:b0
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Compressed 262144 bytes to 114016...
Writing at 0x000bb000... (14 %)
Writing at 0x000bf000... (28 %)
Writing at 0x000c3000... (42 %)
Writing at 0x000c7000... (57 %)
Writing at 0x000cb000... (71 %)
Writing at 0x000cf000... (85 %)
Writing at 0x000d3000... (100 %)
Wrote 262144 bytes (114016 compressed) at 0x000bb000 in 10.0 seconds (effective 208.9 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...`
Is this a bug or am I doing it wrong? Is there any other way to flash and load the files in one shot? I would really like to speed up the loading process.
Thanks a million,
Ryan
Beta Was this translation helpful? Give feedback.
All reactions