ContributionsMost RecentMost LikesSolutionsRe: System-Console: get JTAG Hash they are all the same model, and do not return any difference unfortunately Re: System-Console: get JTAG Hash I want to manage multiple FPGAs connected to a computer, in an automated way. For this, I need to be able to read some device ID. The JTAG Hash seems ideal, but there are no APIs available to do so. Can you recommend another device ID that can be read from the System Console API? Or is there another way to read the JTAG Hash or else from a Windows API? Whenever the devices get unplugged/rebooted, their USB ID changes (1,2,3,4...), so the USB ID is not enough to identify the device. thank you Re: System-Console: get JTAG Hash Hi Sheng, this command does not query the JTAG hash. It just opens the system console. I am hoping to get an API command where I can query the jtag hash of the device, or all the jtag hashes available. Similar to other ones available: - get_service_paths etc thank you System-Console: get JTAG Hash What command should I use to get the JTAG Hash from the System-Console? Re: Quartus Pro 24.3 Release Date? @KennyTan_Altera , thank you, we certainly appreciate the dedication to high-quality deliverables. So it sounds like an 11/18/2024 target date. I will adjust our team to other projects until then. Re: Quartus Pro 24.3 Release Date? Hi, checking in if anyone has an update? Quartus Pro 24.3 Release Date? Hello, What is the expected release date of Quartus Pro 24.3 (linux) ? By looking at past releases (22.3, 23.3) and schedules, it should have been in September. We are now in November, could anyone clarify on when to expect it? I am working on an Agilex 5 design, and Quartus 24.2 is lacking several features that I need to move forward, so I am blocked until 24.3 comes out. Thank you Re: how can i send a private message Is this still working? I don't see a "message" option. Is this the same as inbox? I am also stuck and cannot find how to send a private message Nvm, found it. It turns out there are 2 "inboxes" and 2 profile icons on the top right corner ... Re: Quartus System-Console crashes on boot I uninstalled EVERY version of quartus on my computer. Then re-installed Quartus 22.4 with administrator. Unfortunately the same exact error message is still there: C:\intelFPGA_pro\22.4\syscon\bin>system-console.exe Error - failed to launch '"C:/intelfpga_pro/17.1/quartus/bin64\jre64\bin\java.exe" -Dawt.useSystemAAFontSettings=on "com.altera.systemconsole.app.Shell" '. Where are these references to 17.1? Everything has been uninstalled, and I confirmed in the Environment Variables everything was gone Re: System-Console device_load_sof SEVERE crash on Stratix 10 @RichardTanSY_Altera , would it help if I shared the *sof file? If so, please tell me how to do so, it is large (180MB). One solution I found online was to lower the Jtag clock rate. I was able to find commands for the Quartus Programmer, but none for the system-console. How could I get the equivalent command for the system-console? jtagconfig --setparam <cable number> JtagClock <frequency><unit prefix> i.e. with only 1 single USB blaster II plugged this will be: jtagconfig --setparam 1 JtagClock 6M