ESP-Web-Tools-Tutorial icon indicating copy to clipboard operation
ESP-Web-Tools-Tutorial copied to clipboard

Add a possibility to merge binaries using esptool.py

Open jnthas opened this issue 2 years ago • 1 comments

Useful information: it's possible to merge all binaries in a single one using merge_bin command like described here: https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/basic-commands.html#merge-binaries-for-flashing-merge-bin

I create a simple script to merge and flash before I push changes https://github.com/jnthas/improv-wifi-demo/blob/main/firmware/merge-and-flash.sh

jnthas avatar Mar 15 '23 23:03 jnthas

Mergebin in JS form: https://github.com/adafruit/esptool-mergebin-js

tyeth avatar Sep 30 '24 13:09 tyeth