Programmer/Altera JTAG Server Not Detecting USB Blaster
Hello everyone,
For the last week or so, I have been unable to see my board connected via USB Blaster in the Altera programmer. I occasionally see it right after rebooting my computer, but it disappears after a few minutes.
Configuration: I am working with Altera Quartus 18.1 Lite, programming a DEO Nano board with a Cyclone IV FPGA. I'm running Windows 10, 64 bit, version 2004. I can see the device normally on my laptop, so I know it isn't the cable or the Nano hardware. I haven't installed anything new recently other than the Windows 10 2004 update, and everything was working normally a few weeks ago when I last programmed devices.
In Device Manager, it shows up as "Altera USB-Blaster", and the installed driver points to the appropriate driver in the Quartus install folder.
In the programmer window->Hardware Setup->JTAG Settings, I see no local server listed, while on my laptop it shows a local server. However, when I check the server using jtagconfig.exe --serverinfo, everything appears fine:
Installed JTAG server is 'C:\intelFPGA_lite\18.1\quartus\bin64\jtagserver.exe'
Service manager reports server is running
Server reports path: C:\intelFPGA_lite\18.1\quartus\bin64\jtagserver.exe
Server reports version: Version 18.1.0 Build 625 09/12/2018 SJ Standard Edition
Remote clients are enabled
(Note: I enabled remote clients to see if I could "remotely" connect to my local server; it made not difference)
Finally, I checked if the server saw connected devices; it did not:
jtagconfig.exe --enum
No JTAG hardware available
I've tried restarting the server, reinstalling the drivers, and even totally uninstalling and reinstalling Quartus. No change. Also tried running as administrator and running with compatibility settings without effect.
Any advice people have would be most appreciated. Thank you all in advance.