Topic: Support fox IMX8 Cortex A53
Does the out of the box wolfssl build have support for hardware acceleration on the IMX8 Cortex A53? If not, how can it be enabled?
Once enabled, how can it be specified for usage in the code?
You are not logged in. Please login or register.
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
ReferenceswolfSSL - Embedded SSL Library → wolfSSL → Support fox IMX8 Cortex A53
Does the out of the box wolfssl build have support for hardware acceleration on the IMX8 Cortex A53? If not, how can it be enabled?
Once enabled, how can it be specified for usage in the code?
Hi fenster
Try enabling the ARM assembler support using `--enable-armasm`
If you need CAAM support, here is a guide:
https://www.wolfssl.com/documentation/m … r-nxp-caam
Thanks,
Eric - wolfSSL Support
So in other words, I will need to rebuild wolfssl using various flags, and for CAAM the required build is even more complicated, correct?
Once it is built, do we need any special parameters when callign wolfssl?
That's the gist of it. Basically enable crypto dev support, then call the the crypto operation with the device ID. Here are some more examples using the CAAM:
https://github.com/wolfSSL/wolfssl-exam … /caam/seco
wolfSSL - Embedded SSL Library → wolfSSL → Support fox IMX8 Cortex A53
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.018 seconds (90% PHP - 10% DB) with 12 queries