uploaded 2 months ago
Espressif ELF(Executable and Linkable Format) Loader
5 examples
-
build_elf_file_example
This example demonstrates how to build an ELF file, specifically for supported chip targets such as ESP32 and its variants. It provides instructions…
1.73 KB
-
build_shared_library_example
This example demonstrates how to build a shared library using the ESP-IDF framework. It guides users to set the appropriate chip target and provides…
1.75 KB
-
elf_console_example
This example demonstrates how to dynamically load shared objects (.so) or ELF applications (.elf) from the filesystem and execute them on ESP32-based…
18.21 KB
-
elf_embed_example
This example demonstrates how to utilize an ELF loader to run an ELF file that is embedded within the main project file. It provides guidance on…
6.48 KB
-
elf_loader_example
This example demonstrates how to use the ELF loader to run an ELF file on ESP32-based development boards. It includes steps for project…
5.88 KB