Forum Discussion
Jtag server problem
I have installed quartus 23.2 to my home folder on archlinux machine, set all paths, installed arrow blaster drivers and locally jtag is running properly.
But if I try to establish jtag server for remote connection, I am getting this Error:
$ jtagconfig --enableremote ahoj Error when setting password - Feature not implemented or unavailable under current execution privilege level
I tried also to run this command as root, but no luck (same error)...
If i run quartus software (as normal user), Tools/Programmer/JTAG settings - "Configure Local JTAG Server" button is greyed out.
Can you help me please to overcome this problem?
- Hi,
as explained in Quartus Programmer user guide, remote access to Linux jtagserver depends on jtagd. If it's running, jtagconfig --enableremote is accepted.
4 Replies
- FvM
Super Contributor
Hi,
as explained in Quartus Programmer user guide, remote access to Linux jtagserver depends on jtagd. If it's running, jtagconfig --enableremote is accepted.- MM-ATH
Occasional Contributor
Thank you very much, it works.
- NurAiman_M_Intel
Super Contributor
I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, Please login to ‘ https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.
- SandeshKumar
New Member
C:\Windows\System32>cd /d C:\intelFPGA\21.1\qprogrammer\bin64
C:\intelFPGA\21.1\qprogrammer\bin64>jtagserver --start
C:\intelFPGA\21.1\qprogrammer\bin64>jtagconfig
Error when scanning hardware - Server error
C:\intelFPGA\21.1\qprogrammer\bin64>jtagserver --status
Installed JTAG server is 'C:\intelFPGA\21.1\qprogrammer\bin64\jtagserver.exe'
Server is running
Remote clients are disabled
C:\intelFPGA\21.1\qprogrammer\bin64>jtagserver.exe --foreground
Unable to bind changedetect socket: 10048
Can't bind to TCP port 1309 - exiting
C:\intelFPGA\21.1\qprogrammer\bin64>netstat -ano | findstr 1309
TCP 0.0.0.0:1309 0.0.0.0:0 LISTENING 4928
UDP 127.0.0.1:1309 127.0.0.1:1309 4928
C:\intelFPGA\21.1\qprogrammer\bin64>jtagserver.exe --foreground
Unable to bind changedetect socket: 10048
Can't bind to TCP port 1309 - exiting
C:\intelFPGA\21.1\qprogrammer\bin64>netstat -ano | findstr 1309
TCP 0.0.0.0:1309 0.0.0.0:0 LISTENING 4928
UDP 127.0.0.1:1309 127.0.0.1:1309 4928
how to fix this?