Architecture Limitations for llext on nRF9160-DK

Hello,

We are using the nRF9160-DK (ARM platform) and are running the llext examples. However, we encounter a NULL return when calling llext_find_sym(). Could you please confirm if there are any architecture limitations or known issues related to using llext on the nRF9160-DK

We are using the module below to verify the llext functionality. 
Here are the configuration we tried:
CONFIG_ARM_MPU=n
CONFIG_ARM_AARCH32_MMU=n

CONFIG_USERSPACE=n

CONFIG_TRUSTED_EXECUTION_NONSECURE=y
We commented the printk statement and crash is observed, logs are provided in the link below.

https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/subsys/llext/modules/src/hello_world_ext.c#L24

Logs https://drive.google.com/file/d/1TWCxfk2OyxBhDFBD4J0x43b8Su7x49Sn/view?usp=drive_link

Thank you for your support!

Related