Hi Jacob,

I tried the procedure mentioned in Xilinx/FreeRTOS/README.pdf, i am facing a wc_GenerateSeed error.


Attaching screenshots for reference.

Regards,
Kannan

Hi Jacob,

Since you mentioned it, i regenerated the BSP again. The error is still the same.

Should i add any user_settings.h file explicitly ?.

What more information can i provide?

Regards,
Kannan

Hi David,

I tried building the code from wolfssl-examples/Xilinx/FreeRTOS/. I am facing build errors.


undefined reference to `XSecure_RsaPrivateDecrypt'
undefined reference to `XSecure_RsaPublicEncrypt'.

I have included xilsecure in the BSP.

Attached screenshot for reference.

SDK version> 2017.2

Thanks,
kannan

Hi David,

Thank you for your quick reply.

I am having trouble finding wolfssl-examples/Xilinx/FreeRTOS/ . I found this in the link which you shared previously.

Can you guide me through this?

Thanks,
Kannan

Hi,

I have trouble building wolfssl in Xilinx SDK 2016.2. Dependency errors keep popping up one after other.

I got it to build successfully on linux.


Tool Details:
Xilinx SDK 2016.2
OS Platform: freertos823_xilinx
Processor: ps7_cortexa9

Purpose :
1. Verify the authenticity of a signature using public key. (ECDSA)
2. Need a 128 bit random number generator meeting SP800-90A and SP800-90B.

PS: I tried uncommenting #define FREERTOS in settings.h.

Any suggestions are appreciated.