Board Test System does not work with Arria 10 SoC
Hello,
Currently I am working on a verilog design in Arria 10 SoC Development Kit, and I need to set the clock pins to some value that I need. However, the Board Test System does not work.
I have Windows 10 on my setup, I know I can program the FPGAs because I have tested some designs. I set SW1 as "on off off off", SW3 as "off off on on on off on off". SW2 is all "off". I have 2 Arria 10 SoC devices connected to my computer at the same time, both have the same switch setup.
I had Quartus Prime Standard 17.1 and tried with that, did not work. I tried running BTS as administrator, didn't work.
I deleted 17.1 and installed Quartus Prime Standard 15.1 (then updated to the version 15.1.2.193), set up the environment variables but it could not see "bin64" folder and was looking for "bin" folder. I copied the "bin64" and renamed it to "bin". I tried running the BTS as admin and not as admin, still does not work.
When running "java -jar bts.jar" in command window as admin, I get this:
====output====
java -jar bts.jar
Success!
Current OS:Windows 10
Sep 07, 2021 6:10:46 PM com.altera.bts.BtsView <init>
INFO: Board version: Rev C, chip version: PRD
Sep 07, 2021 6:10:46 PM com.altera.bts.systemconsole.client.ClientApp attachServer
INFO: [C:\altera\15.1\quartus/sopc_builder/bin/system-console, --server]
Sep 07, 2021 6:10:46 PM com.altera.bts.systemconsole.client.ClientApp attachServer
INFO: Here is the standard output of the command:
Sep 07, 2021 6:10:50 PM com.altera.bts.systemconsole.client.ClientApp attachServer
INFO: TCP PORT: 62003
Sep 07, 2021 6:10:57 PM com.altera.bts.systemconsole.client.JtagInfo retrieveDeviceList
INFO: 3 device detected: /devices/10AS066H(2ES|3E2|3ES|4E2)|..@1#USB-1 /devices/5M2210Z|EPM2210@3#USB-1 /devices/5M2210Z|EPM2210@4#USB-1
Sep 07, 2021 6:10:57 PM com.altera.bts.systemconsole.client.ClientApp getCompatibleBoardInfoArray
INFO: System Max matched: true, Fpga matched: true
Sep 07, 2021 6:10:57 PM com.altera.bts.BtsView <init>
INFO: Selected JTAG cable is: USB-BlasterII on localhost (USB-1)
Sep 07, 2021 6:10:57 PM com.altera.bts.BtsView <init>
INFO: FPGA device on index 1, System MAX on index 3
Sep 07, 2021 6:10:57 PM com.altera.bts.InstanceChecker registerInstance
INFO: Application Register. Type: Board Test System GUI
Sep 07, 2021 6:10:57 PM com.altera.bts.systemconsole.client.SysConService <init>
SEVERE: java.io.IOException: Get master service paths failed! Device: "/devices/5M2210Z|EPM2210@3#USB-1" Type:
Sep 07, 2021 6:10:57 PM com.altera.bts.InstanceChecker registerInstance
SEVERE: java.io.IOException: Claim master service failed! Type: Path: mem_0
====output end====
Can anyone help me out?