Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20713 Discussions

Intel Agilex 7 FPGA I-Series Development Kit: BTS cannot detect device

Shihang
Beginner
471 Views

Hi,

 

I'm running through the user guide of Intel Agilex 7 FPGA I-Series Development Kit. When launching the BTS (user guide sec. 4), it reports "Error when scanning hardware - no devices!". However, Quartus was able to detect the board, and I have programmed the board with a sof file before launching BTS (user guide sec. 3).

 

Context:

System: Linux 5.15

Error output from BTS:

****************************************
* BOARD TEST SYSTEM *
****************************************

Board Test System starting...
ES2 Prism: Error - GLX extension is not supported
GLX version 1.3 or higher is required
Success!
Starting application on Linux...
Apr 06, 2024 1:37:48 AM com.psg.bts.CommandShell checkJtagConfig
SEVERE: java.io.IOException: Cannot run program "null/bin/jtagconfig": error=2, No such file or directory

 

Thanks in advance.

Labels (1)
0 Kudos
2 Replies
WZ2
Employee
382 Views

Hi there,

It seems belong to BTS problem, could u send me the file "bit_log" to me. And let me check it.

Best regards,

WZ


0 Kudos
Shihang
Beginner
347 Views

I figured out that the cause is BTS didn't know where the Quartus installation was. Setting QUARTUS_ROOTDIR fixed it.

 

According to the BTS's README, opening Quartus should've configured QUARTUS_ROOTDIR directly. That was not the case on my server. I am using Quartus Prime Pro 24.1.

Reply