Can i create Pynq image for XC7Z020 based custom board

Hi wanna create Pynq immage OS for XC7Z020 based custom board which has Sd card ,Uart ,Ethernet two ports ,which is customized for our application .can i create this…if yes how please guide

1 Like

Hi,

Yes, this is possible. The easiest way is to use the board-agnostic image.

https://pynq.readthedocs.io/en/v2.6.1/pynq_sd_card.html#using-the-prebuilt-board-agnostic-image

There are more documentation on how to target other boards here

https://pynq.readthedocs.io/en/v2.6.1/pynq_sd_card.html#retargeting-to-a-different-board

Mario