Forum Discussion
Quartus II Programmer support on Raspberry Pi
- 3 years ago
Hello,
There is plan to support Quartus programmer on ARM64 platform, but we also dont have the information about the release plan. For now, Quartus programmer only work with x86 and AMD64 platform.
We will keep you updated once there is release for ARM64 platform.
regards,
Farabi
You are not going to find any Intel/Altera supported Quartus tools on the ARM/RaspberryPI.
Officially only Windows 64b and Linux X86_64 are supported platforms.
Especially an older version like 13.0sp1 which you would need for Cyclone II support.
However, if you just want to be able to program boards thru JTAG, read this thread:
The JAM STAPL player referenced on github was ported to an RPi where 4 GPIO ports are wired to JTAG TCK/TMS/TDI/TDO
and use a bit bang JTAG interface.
Thanks for the quick response. I know it's foolish to hope that Intel would officially support an ARM-based setup, but I wanted to at least ask the question...
I'll pursue a path using open-source tools and/or some custom software. The Pi bit bang JTAG solution you linked is an intriguing one, I'll review and see if it can be incorporated into our application.
Thank again!