User's Manual

2 Get Started on ESP32-WROOM-DA
Setting the target with ‘idf.py set-target esp32’ should be done once, after opening a new project. If the project
contains some existing builds and configuration, they will be cleared and initialized. The target may be saved in
environment variable to skip this step at all. See Selecting the Target for additional information.
If the previous steps have been done correctly, the following menu appears:
Figure 3: Project Configuration Home Window
The colors of the menu could be different in your terminal. You can change the appearance with the option ‘-�-style’�.
Please run ‘idf.py menuconfig -�-help’�for further information.
2.4.4 Build the Project
Build the project by running:
idf.py build
This command will compile the application and all ESP-IDF components, then it will generate the bootloader,
partition table, and application binaries.
$ idf.py build
Running cmake in directory /path/to/hello_world/build
Executing ”cmake -G Ninja --warn-uninitialized /path/to/hello_world”...
Warn about uninitialized values.
-- Found Git: /usr/bin/git (found version ”2.17.0”)
-- Building empty aws_iot component due to configuration
-- Component names: ...
-- Component paths: ...
... (more lines of build system output)
[527/527] Generating hello-world.bin
esptool.py v2.3.1
Project build complete. To flash, run this command:
Espressif Systems 11 ESP32-WROOM-DA User Manual v0.5