Make project from standalone to linux based including bitstreams

Hi Everyone!

I have been trying to use the FPGA for encryption/decryption, and to do that i developed a standalone project (bare metal). But when i tried to load Crypto++ libraries i found out that it requires the presence of an Operating System. So I am wondering, is it feasible to transfer a bare metal project to a Linux Base application in order to make use of the Crypto++ libraries?

Thanks in advance.

You need to recompile your software application. With Xilinx SDK you can do this by building a Linux application. You can also compile you program on the board. gcc is already available.

Cathal