Can I use the tools documented at wiki/doku.php?id=loading_firmware ? In particular esptool looks interesting. When I connect Esp-Launcher I note it mounts as ttyUSB0. When I build the firmware using all defaults, end of build shows:
eagle.flash.bin-------->0x00000
eagle.irom0text.bin---->0x20000
Would something like
esptool.py --port ttyUSB0 write_flash 0x00000 eagle.flash.bin 0x20000 eagle.irom0text.bin
do the trick?
Thanks in advance for your help.
Brad Justice