Forum Discussion
Altera_Forum
Honored Contributor
15 years agoJTAG on XUBUNTU (VMWare image)
Hi, I was able to set up Quartus+Nios on a Xubuntu 10.10, but I cannot figure out what to do with the jtag. Whatever I do, the result is: vmplanet@ubuntu:~$ lsusb Bus 002 Device 003: ID...
Altera_Forum
Honored Contributor
15 years agoThanks everybody. As I found out later the problem is caused by exclusion usbfs from the Xubuntu Lucid Kernel. The easiest solution is to add
sudo mount --bind /dev/bus /proc/bus sudo ln -s /sys/kernel/debug/usb/devices /proc/bus/usb/devices to rc.local Now I have a VMware Xubuntu image with installed Quartus, Nios and working USB-Blaster. Maybe it makes sense to share it :)