Closed mjkpolo closed 1 year ago
I'm having a similar issue. I downloaded what seems like it should be the FPGA project: Zybo-Z7-20-Pcam-5C-hw.xpr.zip
and if I build, export the xsa, and try to import into petalinux, i'm not able to complete petalinux-build.
Is there a different FPGA project I should be starting from?
I'm having a similar issue. I downloaded what seems like it should be the FPGA project: Zybo-Z7-20-Pcam-5C-hw.xpr.zip
and if I build, export the xsa, and try to import into petalinux, i'm not able to complete petalinux-build.
Is there a different FPGA project I should be starting from?
I don’t think you use petalinux for that, I think you just use vivado/vitis or at least that’s what I did to get it running
First of all I apologize for misunderstandings I am a student trying to learn If I did this incorrectly I will remove the issue ASAP
I made this simple design to practice using AXI based on this guide:
Next, I create a Petalinux project with the BSP:
running
petalinux-build -c rootfs
worksHowever, if I import the xsa file of that board design:
running
petalinux-build -c rootfs
has the following error: build.logThen I get a different error if I create a dma app first:
running
petalinux-build -c rootfs
has the following error (not adding anything to the dmatest.c): build.logAm I doing this incorrectly? I tried doing this with the Zynq zc706 bsp and Xilinx board design and it seemed to compile so I'm assuming it's an issue with this BSP.
Thank you!!! I appreciate the patience and help