-
Notifications
You must be signed in to change notification settings - Fork 77
Description
I have a LiteFury attached to a RPi 5 via a PCIE carrier board. I'm using an XDMA driver from another project and everything works fine when I run using the factory default test image that came programmed into the LiteFury (lspci sees the card, I can load the driver and run test-general.py and test-ddr.py with no errors). But if I load the FPGA via JTAG with the out.bin file from the repo (in Sample-Projects/Project-0/FPGA/LiteFury/mcs) I can still see the card with lspci but the driver will no longer load. Should this work? Is the image in the repo the same as the one that came programmed on the board? I tried to do a verify, but this requires a mask file that's not in the repo. Should it work if I load it via JTAG instead of booting from flash at power-on?