avrdudes / avrdude

AVRDUDE is a utility to program AVR microcontrollers
GNU General Public License v2.0
696 stars 136 forks source link

Programming via JTAG with MPLab Snap #1302

Closed SamsiFPV closed 1 year ago

SamsiFPV commented 1 year ago

The MPLab Snap can only program via the ISP interface with avrdude. With another open source application, bloom, it is possible to program via JTAG.

Is it possible to implement this in avrdude? Would somebody be so kind and implement this for me, or at least point me in the right direction on how to implement this?

SamsiFPV commented 1 year ago

Correction, the MPLab Snap cannot program via ISP in avrdude. Can this be implemented too? Or is something with the hardware/software of the Snap preventing this?

mcuee commented 1 year ago

Hmm, which avrdude version are you using?

Microchip SNAP supports both ISP and JTAG under latest avrdude 7.1 release. https://github.com/avrdudes/avrdude/releases/tag/v7.1

SamsiFPV commented 1 year ago

Oh. My bad then. I am using the latest available release from the Fedora RPM packages, which is 6.4 Thanks for the help