llext example for esp32c3-devkitm #80585
Unanswered
HalfUnitato
asked this question in
Q&A
Replies: 2 comments 4 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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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