Esp-Launcher development without Windows
Posted: Sun Apr 02, 2017 10:36 am
I am embarking on developing firmware using the RTOS SDK on the Esp-Launcher. I have installed SDK and tools and have built the example software under Linux. Unfortunately I see that the documented flasher is Windows based. This is a problem as there are no Windows machines in the shop.
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
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