alonewolfx2 wrote:i am using this tool and it can combine bin files.
.. and is your esp then working (including file() functions)?
I think using esptool.py the files should be all in one call, e.g.:
$ESPTOOL --port $ESPPORT write_flash \
0x00000 my/eagle.app.v6.flash.bin \
0x10000 my/eagle.app.v6.irom0text.bin \
0x7c000 my/esp_init_data_default.bin \
0x7e000 my/blank.bin
... but in the end, this also results in 16k heap and reboots on most file() functions
Thomas