How to flash pre-compiled binary into NodeMCU using Ardunio IDE. Since every time it require to compile and flash it. Is there way to flash binary alone to nodeMCU via Arduino IDE ?
One can export binary file from IDE -> Sketch -> Export Compiled Binary. Binary will be copied into working directory. U can check the path Sketchbook location in File -> Preferences. But how to flash binary alone to nodeMCU.
I have fashed using esptool.py from linux. But is there a way to flash from IDE for handy ?
-
1I'm viewing from my phone right now, so can't really add a decent answer. Take a look at this guide and see if it helps.sempaiscuba– sempaiscuba2017年11月18日 04:22:38 +00:00Commented Nov 18, 2017 at 4:22
1 Answer 1
You can't flash precompiled binary with Arduino IDE, you have to use esptool.py from the command line.