Forum Discussion
Altera_Forum
Honored Contributor
14 years agoOK, found the solution (on the wiki)!
$ sudo mkdir /etc/jtagd $ sudo cp /home/hill/altera/11.0/quartus/linux/pgm_parts.txt /etc/jtagd/jtagd.pgm_parts $ ls /etc/jtagd jtagd.pgm_parts $ jtagconfig 1) USB-Blaster [2-4] 020F30DD $ killall jtagd $ jtagd $ jtagconfig 1) USB-Blaster [2-4] 020F30DD EP3C25/EP4CE22 $ nios2-download hello_world.elf Using cable "USB-Blaster [2-4]", device 1, instance 0x00 Pausing target processor: OK Initializing CPU cache (if present) OK Downloaded 49KB in 2.7s (18.1KB/s) Verified OK Leaving target processor paused success!