I've got NodeMCU v3 board with ESP8266 chip on it. I'd like to flash it with my firmware through usb without using any tool like esptool. How can I do this from Linux?
I've got several questions:
1) Can I just write for example to /dev/ttyUSB0? Will board get this signal?
2) What should I send before sending binary? How to tell to board that I want to flash it?