llext example for esp32c3-devkitm #80585
Unanswered
HalfUnitato
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I've been able to load an ELF by disabling the option |
Beta Was this translation helpful? Give feedback.
3 replies
-
Having the same issue, and the mentioned workarounds here are not working:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
I'm kinda new to zephyr and I want to load different llext-files during runtime on my esp32c3-devkitm board.
Thus I first wanted to start with the example provided at
https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/subsys/llext/modules
The only changes I made (except logging-setting) was adding
to the prj.conf.
if I then compile the program via
west build -b esp32c3_devkitm
and flash it to the esp-board i get following (error-) output:
can you tell me / push me in the right direction on what is wrong and how to fix it?
Your help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions