ESP32: flash compiled firmware (.bin) – 1

An essential feature of ESP32 core that simplifies the sharing of firmware (and most manufacturers use it) is to generate a pre-compiled binary file with only the sketch part (or filesystem).
In this article we will generate a firmware binary from the command line.