Forum Discussion
KLing4
New Contributor
6 years agoIn Linux system, by the BMC , use altera-stapl driver to configure CPLD max2 with JBC file through JTAG interface, the result is given back as: Unrecognized device. How to solve this problem?
In addition, the altera-stapl driver comes from the Linux kernel and is downloaded from kernel.org , the asp-cpld is the JTAG code of the adaptive BMC. The driver code that prints the error message...
ShafiqY_Intel
Frequent Contributor
6 years agoHi KLing4 ,
Can you check your JTAG connection first whether it is working or not? (jtagconfig)
open Command Prompt/Terminal ---> go to Quartus directory <Quartus installation directory>intelFPGA\18.1\quartus\bin64> ---> run jtagconfig
Cheers
KLing4
New Contributor
6 years agoThe jtag connection is ok , I'm sure.
- KLing46 years ago
New Contributor
Sorry , I haven't .The answer by the custome . And they can use the Quartus-programmer to configure the device through the Jtag interface sucessfully.
- ShafiqY_Intel6 years ago
Frequent Contributor
Can you show your screenshot of your jtagconfig first?
Thanks
- ShafiqY_Intel6 years ago
Frequent Contributor
Hi KLing4,
Did the 'jtagconfig' in LINUX is successful?
And one more thing, did you change the permissions on the the device files? If not, you can try this step:
- https://rocketboards.org/foswiki/Documentation/UsingUSBBlasterUnderLinux
- https://www.intel.com/content/www/us/en/programmable/support/support-resources/download/drivers/dri-usb_b-lnx.html
I hope this will help you.
Thanks