Hi,
I am trying to provision the se050 with the secure objects that have been created in edgelock2go platform. First, I followed all the necessary steps for running nxp_iot_aget in the binary files of the middleware, using a rasbperry pi 3+, but at the moment of running the binary, it throws the following error:

I followed all the necessary steps for configuring dynamic_path in openssl configurate, as the OPENSSL_CONF variable to locate the openssl engine in the following raspberry path:
/home/pi/simw-top_build/raspbian_native_se050_t1oi2c/sss/plugin/openssl/libsss_engine.so
I have also changed the dynamic_path in the following configuration file:
nano /home/pi/simw-top/nxp_iot_agent/ex/src/openssl_conf_v111.cnf
[ e4sss_section ]
dynamic_path = /home/pi/simw-top_build/raspbian_native_se050_t1oi2c/sss/plugin/openssl/libsss_engine.so
engine_id = e4sss_device
init = 1
# default_algorithms = RSA,RAND,ECDSA,ECDH
default_algorithms = RSA,RAND,EC
I saw that the file libss_engine.so exists when build simw-top_build but the binary nxp_iot_agent does not work, it does not find that openssl engine. My question is if it is possible to run this nxp_iot_agent with the raspberry or I need specifically the IMX board.
Thanks in advance,
Raúl.