Forum Discussion
Any hope of a Windows 11 ARM driver for USB Blaster?
I'm running Windows 11 on ARM. Quartus 22.1 and the terasIC apps Control Panel and System Builder run, but the Altera USB Blaster driver won't install, because it's x86 only, and Windows on ARM requires drivers to be ARM.
The driver itself is just rebranded FTDI, and FTDI has certified drivers for Windows 11 on ARM. It should be trivial to get a new version of Intel’s, but I have no idea where to ask for this, other than here.
29 Replies
- Anhxizer
New Contributor
Any updates? Will the USB Blaster driver become available for ARM processors, so that people with newer computers (Apple already released their second generation of ARM processor machines) can use Quartus again? Or are we riding a dead horse (Intel FPGA) here?
- jackzhou
New Contributor
Any updates?
- Johey
New Contributor
I also would like to have a driver for the USB Blaster for Windows 11 on ARM64 (using Parallels on Mac with M1 architecture). Any updates of the progress?
- dojo
New Contributor
Hey, any updates on this matter?
I'd like a driver for the USB Blaster to work with Windows 11 on ARM64, which I am running on an Apple Silicon Mac via VMware Fusion.
Is it even an option that is being developed?Thanks.
- hareesh
Frequent Contributor
Hi,
go through the bellow article. you will get idea on OS support details to cables and adapter driver
Thanks,
- JetForMe
New Contributor
That page has no drivers for Windows 11 or arm64. It also doesn't expressly say "USB Blaster" anywhere, so I don't know if that product has been renamed, or what.
On the DE0-Nano board I have, the documentation says it has a "USB Blaster" built-in. This is an FTDI FT245D chip, and it uses FTDI drivers, but has some customizations for matching a different vendor and product ID, so the standard downloadable driver from FTDI won't work correctly.
What options do I have?
- hareesh
Frequent Contributor
Hi,
Quartus can support up to windows10 only. it's not support windows11.
for the reference check bellow one. they shared some steps for windows11 but we are not sure it will or not.
https://community.intel.com/t5/Programmable-Devices/USB-Blaster-for-Windows-11/td-p/1422131
- JetForMe
New Contributor
Yeah, I tried those steps. Doesn't work. The driver needs to be arm64.
You guys need to update Quartus to just use the standard FTDI drivers. You can use API calls in their library to find devices with your vendor and product IDs, no need to ship a specialized driver. And since you're already using the FTDI driver anyway, the change should be trivial, something that could be in the next maintenance release of Quartus.
- hareesh
Frequent Contributor
Hi,
Already engineering team working it. in next release it can support all type of OS's.
if you don't have any queries i will close this case. please conform
Thanks,
- JetForMe
New Contributor
Do you know when that will be released?
- hareesh
Frequent Contributor
sorry we don't know about that details. mostly i think 2023 first or second month will be release.
- JetForMe
New Contributor
Hopefully soon. Is there any way to use Quartus to generate files that I can download with openocd?
- hareesh
Frequent Contributor
hi,
i didn't find any information related to your query. bellow i am sharing one article, not sure it helpful or not.
https://www.rocketboards.org/foswiki/Documentation/NiosVEclipseSetup
- JetForMe
New Contributor
Hmm, that seems to be for debugging a Nios V processor core on Intel FPGAs. I don't see anything in the steps that shows loading the Nios V core onto the FPGA, just debugging code running on the core.