grmon error--Unexpected error in JTAG server -- error code 89
Posted on 2011-09-11 15:57 晓彻 阅读(2423) 评论(0) 编辑 收藏 举报 Error: Unexpected error in JTAG server -- error co
Error: Operation faile
解决方法:
I have this functional on Gutsy running on an amd64. The /etc/hotplug stuff is irrelevant for Gutsy as it's solely a udev-based distribution. All you should have to do is what's mentioned in Dalon's post (including the referenced PDF file). In other words:
(1). Add the following to the bottom of your /etc/udev/rules.d/40-permissions.rules file.
Co
# Altera USB-Blaster
BUS=="usb", SYSFS{idVendor}=="09fb", SYSFS{idProduct}=="6001", MODE="0666", SYMLINK+="usbblaster"
(2). Add the following to your /etc/fstab file.
Co
usbfs /proc/bus/usb usbfs devmode=0666 0 0
(3). Unless you decide to reboot your machine (not necessary), you'll have to make sure the usbfs is actually mounted. Do a...
Co
sudo mount -a