FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
5541 Discussions

In 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?

KLing4
Partner
514 Views

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

 

3.png

 

  • Print out the opcode and parameter information for each execution

2.png

 

  • The driver prints the following information

1.png

 

 

0 Kudos
5 Replies
ShafiqY_Intel
Employee
367 Views

Hi 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

jtagconfig.JPG

 

Cheers

KLing4
Partner
367 Views

The jtag connection is ok , I'm sure.

ShafiqY_Intel
Employee
367 Views

Can you show your screenshot of your jtagconfig first?

 

Thanks

KLing4
Partner
367 Views

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_Intel
Employee
367 Views

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:

 

I hope this will help you.

 

Thanks

Reply