Quartus not detecting FPGA through USBIP
I have a setup of one main computer running Ubuntu 20 and Linux kernel 6.0.6, and one DE0-CV board connected by USB to a Raspberry Pi Model 3B+ running a fresh install of Raspbian. I've installed USBIP on both the computer and the Raspberry, so I could program the FPGA remotely.
However, it seems Quartus cannot read the board for some reason. Every time I run jtagconfig --enum, it returns:
1) USB-Blaster [6-2]
Unable to read device chain - Hardware not attached
When I try to upload any project to the board though Quartus, it fails, stating that the hardware can't be selected.
If I connect the board directly to the computer, then Quartus does recognizes it and allows me to program it. However, I want to be able to do this remotely.
I'm sure the connection does work, since I've also connected an USB stick to the Raspberry and accessed it from the computer through USBIP while trying to access the FPGA.
Since I've done a fresh install of Raspbian and compiled the USBIP project directly from the Linux repository at Github in both machines, I don't think there are problems at the Raspberry side, though I can't rule out this possibility entirely...
Has anyone tried this before? Any ideas or tips?