ContributionsMost RecentMost LikesSolutionsRe: Stratix 10 Programmer failure I had to swap the board out and continue with development. So I can no longer debug this. My best guess is that programing the board at 24MHz accidentally blew a security fuse keeping it from being programmed again Re: Stratix 10 Programmer failure Hi Fakhrul, thanks for replying 1. I have power cycled many, many times. No success ever 2. The JTAG cable is really just a USB B cable that plugs into the port on the board. When it's plugged in Windows Device Manager shows an Altera USB-Blaster II. The JTAG frequency I'm trying now is 6MHz which is what we use on other boards of the same model successfully. I did use 24MHz the first time and we think that may be what fried the board 3. I don't know how to program any other FPGAs on the board. My understanding is that the other FPGA is just there to coordinate the code download for the Stratix 10. When I use the Quartus Programmer to Auto Detect it shows both devices but when I actually try and program it I get "Error(18939): Unexpected error in JTAG server: Timeout" Stratix 10 Programmer failure I am trying to program a STRATIX10TX SIGNAL INTEGRITY development kit. I had created my first .jic file and it went through 100% programming cycle. Then it started to go through a second pass of programming and failed at 1%. I don't know why it went through more than one pass. After that happened I haven't been able to program it with the .soc files I was previously downloading successfully or the .jic file that failed originally. I am using Quartus Prime Pro 20.4. Attached is an image of the failed Programmer window. The Quartus error messages are listed below Info(209060): Started Programmer operation at Wed Apr 16 16:25:42 2025 Info(18942): Configuring device index 2 Error(18939): Unexpected error in JTAG server: Timeout Error(18939): Unexpected error in JTAG server: Timeout Error(18952): Error status: Synchronization failed Error(209012): Operation failed Info(209061): Ended Programmer operation at Wed Apr 16 16:25:45 2025 Re: Eclipse hang when creating Debugger Configuration Further information for anyone who runs into the same problem. The process is hanging in the step where it uses the Makefile to get the elf file name. Still working on why this might be Re: Eclipse hang when creating Debugger Configuration A little more information: Every time I try to add the project to the debug configuration and it hangs, it starts an instance of make.exe which is consuming 5-10% of my cpu. I'm going to leave it running and see if eventually make.exe will complete whatever it is doing. Re: Eclipse hang when creating Debugger Configuration Slight correction, the Quartus version is Prime 20.4.0 Eclipse hang when creating Debugger Configuration I am running Eclipse Mars.2 from Quartus 20.3 and am experiencing the program locking up whenever I try and add the project to create a Debug Configuration. It happens as soon as I double click on the root software project directory. When I kill the program because it is not responding I get the java debug dialog below. I have tried hand-editing the launch file to include the project but the program then hangs when I open the Debug Configuration. So I think it is hanging when it is scanning the project. But I don't know eclipse internals, so it could be anything Trouble programming flash on Cyclone 10GX dev kit I am trying to program the flash on the Cyclone 10GX development kit. I'm using the Quartus Programming tool and have set the mode to Active Serial When I select the .pof file the Programming tool displays an EPCQL 1024 device with ASDI pointing in and DATA leaving the chip. When I mark the Program/Configure checkbox and hit Start I get a message saying "Current programming hardware does not support Active Serial Programming mode" How is programming normally done for the Cyclone 10GX flash?