Description
In some Linux version especially in Centos 7.x, typical permission problems will yield this message from jtagconfig:
$ jtagconfig
No JTAG hardware available.
User could restart jtagd service manually.
Resolution
sudo killall -9 jtagd
sudo jtagd
jtagconfig
#Now the jtag link could be detected.