Good Afternoon and Thank You for helping resolve this issue.
I have tried everything, scouring the internet for days to use my Altera USB Blaster on Ubuntu 20. It works with the drivers on my windows machine but I do all of my development on my Ubuntu laptop. I have set the permissions, but I get an error message from dmesg|tail when I first plug in my device to my PC. Also, installed Quartus II, and jtagd --debug shows a message can't claim interface. jtagconfig says that the chain is already in use. I took screenshots and have them on my developer blog here
https://codeandbuildit.com/2021/01/27/fpga-buck-boost-01-27-2021-programming-fpga/
Any help is greatly appreciated. Kind Regards, Mike
Link Copied
Hi,
Just would like to check, have you add the file as shown in the user guide below?
Thank You.
Yes, and the permissions seem to be ok. The error seems to indicate the device is in use, but I don't think there is any process running that may be causing this ??? I've been working on my windows station, but this is not conducive to a more rapid development environment. I am looking forward to trying boundary scans as well, but, would like to do all of this from my more modern laptop with Ubuntu 20
Hi,
Can you try the following?
Thank You
I have tried this to, but the errors are the same.
I think the error message in dmesg|tail when I first attach the device is telling me it is not setup properly.
[ 2074.649770] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[ 2074.826315] usb 1-3: New USB device found, idVendor=09fb, idProduct=6001, bcdDevice= 4.00
[ 2074.826319] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2074.826321] usb 1-3: Product: USB-Blaster
[ 2074.826323] usb 1-3: Manufacturer: Altera
[ 2074.826325] usb 1-3: SerialNumber: FYDK2020
[ 2079.941816] usb 1-3: can't set config #1, error -110
Hi,
I did some searching. For this error, can you try to reinstall the driver and then remove all the unecesary USB to prevent it from being using?
[ 2079.941816] usb 1-3: can't set config #1, error -110
Thank You
On Linux there is no driver?
For more complete information about compiler optimizations, see our Optimization Notice.