Forum Discussion
anava3
New Contributor
7 years agoOk, finally I found a way to programm my FPGA DE10 Lite, and I as thougth it was due to some libraries in Ubuntu. The line in a terminal to check my problem is the next:
$ /.../quartus/bin/jtagconfig
1) USB-Blaster [1-3]
Unable to read device chain - JTAG chain broken
So with the next commands :
$sudo apt-get install libudev1:i386
$ sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
Then I checked again :
1) USB-Blaster [1-3]
031050DD 10M50DA(.|ES)/10M50DC
Finally on Quartus, I run programmer and started and I got : Sucessful
The source to solve my problem is : https://www-acc.gsi.de/wiki/Timing/QuartusInstallUbuntu1404.