finlay_morrison
New Contributor
5 years agoIssues with programming an Altera max 10 DE10-Lite
I am currently trying to program my DE10-Lite for the first time, I am using the usb cable they provided with the FPGA development board.
Quartus seems to recognise the USB programmer when I plug i...
- 5 years ago
Ok I found out what is wrong
The problem seems to be with jtagd (jtag daemon) trying to read the shared library libudev.so.0
on my machine this is located in /lib/x86_64-linux-gnudo
> cd /lib/x86_64-linux-gnu
> ls -l | grep libudev.soIf you only have a libudev.so.1 (which is a symlink to libudev.so.1.6.17 on my machine)
> ln -s libudev.so.1.6.17 libudev.so.0
See more here how to find out if this is your problem
https://groups.google.com/g/hermes-lite/c/3dapVjw1zgE