espressif / esp-serial-flasher

Library for flashing Espressif SoCs from other MCUs.
Apache License 2.0
369 stars 109 forks source link

Store Image to be flashed on host ESP32 SPIFFS and then flash from SPIFFS (ESF-113) #96

Closed bilalmalik76 closed 8 months ago

bilalmalik76 commented 8 months ago

Is it possible to store the image to be flashed on host ESP32 SPIFFS and then flash it to target from SPIFFS?

DNedic commented 8 months ago

Hello @bilalmalik76 yes it is possible, esp-serial-flasher does not care where you get your binary from. You could even receive it continously in some way (as long as you know the total sizes), as we are doing in esp-usb-bridge.