Hello NXP Community,
I am working on running the AES symmetric encryption example from the SE05X middleware package on an STM32MP1 with an SE050 secure element.
I have followed these steps so far:
cd simw-top
python scripts/create_cmake_projects.py # Invoked only once
cd ../simw-top_build/simw-top-eclipse_jrcpv1
cmake --build .
make install ldconfig /usr/local/lib
Now, I want to run the AES encryption example located in sss/ex/symmetric/
However, I am unsure how to proceed next. Could you please guide me on:
How to correctly build and run the AES symmetric example?
Any required environment variables or runtime configurations?
Any help or documentation references would be greatly appreciated!
Thanks in advance.