@skalade, I’m just modifying the original PYNQ ZCU111 image which uses partial reconfiguration. My image is not preloaded when I boot pynq. I have to write a Jupyter script to do that. Which is why i’m wondering if its possible at all for PCIE devices. I’m also interested in seeing if I can install pynq using petalinux. The example I found Deploying PYNQ and Jupyter with Petalinux is old and according to that thread there is a way. The old method also only supports 2 boards. I’d be interested in seeing how I can also load pynq using petalinux in 2020.2.
I don’t see it under my device tree. It’s in my device tree in my original petalinux project. However, I do see data_source which uses the same address as my axi-xdma/pcie. What is data_source anyway? That’s part of the original recipe of zcu111 pynq ZCU111-PYNQ/system-user.dtsi at master · Xilinx/ZCU111-PYNQ · GitHub. I am going to try removing that since that’s not part of my image. Not sure what it will do…
I’ve also attached my dmesg log. Please feel free to take a look.
dmesg_pynq.log (33.6 KB)
Thanks again for your help.