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
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.
Logs https://drive.google.com/file/d/1TWCxfk2OyxBhDFBD4J0x43b8Su7x49Sn/view?usp=drive_link
Thank you for your support!