User's Manual

13. Build and Flash
Now you can build and flash the application. Run:
This will compile the application and all the ESP-IDF components, generate
bootloader, partition table, and application binaries, and flash these binaries to your
ESP32 board.
If there are no issues, at the end of build process, you should see messages
describing progress of loading process. Finally, the end module will be reset and
“hello_world” application will start.
If you'd like to use the Eclipse IDE instead of running make, check out Build and Flash
with Eclipse IDE.!