Encrypted bitstream

Is there any chance to use encrypted bitstream in PYNQ? How to program Zynq with encrypted bitstream using FPGA manager? key is located in BBRAM.

Hi @skorolcz, unfortunately it is not a thing PYNQ supports at the moment. I encourage you to take a look at the PYNQ internals and how we interact with the fpga_manager (start from pl_server/device.py and work your way up from there, and try to add this feature yourself. You may want to take a look here for starters, maybe there’s something useful.

It would be great, if you manage to do this, that you do a pull request on PYNQ so we can merge this feature in.