Programming FPGA with AVR Programmer instead of USB Blaster

1.2k Views Asked by At

I bought a MAX 10 FPGA 10M08 Dev Board and is has a JTAG on it that says to program with a Altera USB Blaster. Being impatient and all can I use my AVR Programmer and connect, assuming target power is used like so?

AVR => JTAG
===========
SCK  -> TCK
MISO -> TDO
REST -> TMS
MOSI -> TDI

I am guessing the clock speeds here sck to tck may be the biggest issue?

2

There are 2 best solutions below

1
On

JTAG != AVR ISP

Not only is JTAG completely different from Atmel's AVR ISP, even if you had an Atmel JTAG programmer, it's very unlikely it would work with the Altera FPGA. Despite JTAG being a common "standard", JTAG programmers/devices from different vendors do not necessarily work together, often because the vendor specific tools do not like non-vendor programmers.

0
On

If you have any old Raspberry Pi laying around, you can use that for JTAG instead - the hardware natively supports it.