Forum Discussion
ak6dn
Regular Contributor
3 years agoIntel after taking over Altera has deprecated the download of lots of old software. Support tools, Quartus versions, you name it.
I can't understand why, it really does not cost them anything to leave it available, but probably their lawyers said not to (I am guessing).
That being said, there is at least one JAM STAPL third party code base: https://github.com/margro/jam-stapl
Appears to be more or less directly derived from the Altera STAPL v2.5 source code.
It allows for parsing .jbc files and sending them to a bit-banged JTAG port implementation. Perfect for a small micro.
No programming device needed, just a small micro connected to JTAG TCK/TMS/TDI/TDO as GPIO bits.