this is sushant,
i have a project need in which i have to download bin file in SPIFFS memory.
Project part has Main project BIN and SPIFFS memory bin for images. i have webserver implemented on ESP8266, and images of webserver part are stored in SPIFFS.
when i download the BIN from ESP flash downloader only PROJECT part is downloaded image section is empty.
i used the following link
upload-image-png-jpeg-to-esp8266-web-page example for image upload in webserver application.
from following code u can see that above link also upload BIN file in memory section 0x300000.
[SPIFFS] upload : C:\Users\sushant\AppData\Local\Temp\buildfabb234f1134a62f969bd7e5c22e1aed.spiffs/project1_180617.spiffs.bin
[SPIFFS] reset : nodemcu
[SPIFFS] port : COM3
[SPIFFS] speed : 115200
[SPIFFS] address: 0x300000
Uploading 1028096 bytes from C:\Users\<username>\AppData\Local\Temp\buildfabb234f1134a62f969bd7e5c22e1aed.spiffs/project1_180617.spiffs.bin to flash at 0x00300000
I dont wanna use arduino IDE everytime to upload BIN file (project1_180617.spiffs.bin ) for images and Code.
i need easy solution like ESP flash downloader.
would like to know any help in this area.
if need any more information please let me know.