Hello, I have a MiniZed running PetaLinux with Python enabled. I have setup a wifi based Server (python) on the MiniZed and communicating to it via my laptop based client (also written in python.) This all works fine. Now I want to communicate to my FPGA based peripherals that I have written, these connect to the Arm via AXI4 interconnect. I have exported the HDF to SDK including the bitstream.
The problem I am having is building the MiniZed PetaLinux image that will get loaded from the eMCC (image.ub). I need this image to now include my new HDF (with my peripherals.) I have tried starting with the BSP from the MiniZed support page (MiniZed.bsp (2017.2 BSP for booting from QSPI flash to eMMC). But I am confused on how to use this BSP with my new HDF to get an image.ub. I am more of a hardware person than a software guy so if you can point me to a tutorial or outline some quick steps to follow I would much appreciate it. I have a Linux VM setup with UBUNTU and Vivado - also have a Windows 10 machine with Vivado. Thanks for the help.