build_elf_file_example

Example of the component espressif/elf_loader v1.0.0
## Build ELF file Example

This example shows how to build ELF file.

## How to Use Example

Before project configuration and build, be sure to set the correct chip target using `idf.py set-target <chip_name>`.

* Note: Only ESP32, ESP32-S2, ESP32-S3, ESP32-C6 and ESP32-P4 are supported

### Build and Flash

Run `idf.py elf` to build project, and when compiling is done you can see `hello_world.app.elf` in `build` directory.

To create a project from this example, run:

idf.py create-project-from-example "espressif/elf_loader=1.0.0:build_elf_file_example"

or download archive (~1.64 KB)