Hello

I personally prefer hardware programmer named "AVR Dragon"-> https://www.microchip.com/DevelopmentTools/ProductDetails/PartNO/ATAVRDRAGON

You can communicate with mcpu using avrdude. Command line should looks like:

avrdude -p m32u4 -c dragon_isp -P usb

+ options for selected operation.

AVR Dragon is working well on Linux machine. There is no need to install drivers or configure system. Just invoke avrdude and it is working (you may need to use "sudo" if permissions for USB is restricted).

Regards

Lukas

On 19/09/2019 00:39, Phillip Vogel wrote:
You can also use an arduino as a programmer with avrdude.



Sent from my Verizon, Samsung Galaxy smartphone


-------- Original message --------
From: Dave Harper <daveharpe...@gmail.com>
Date: 9/18/19 5:06 PM (GMT-05:00)
To: avr-gcc-list@nongnu.org
Subject: Re: [avr-gcc-list] atm32u4df and avrdude

I've used the Raspberry Pi with avrdude to program AVR parts before.
You can find a howto article at Adafruit.com -
https://learn.adafruit.com/program-an-avr-or-arduino-using-raspberry-pi-gpio-pins/configuration.

Dave


On 09/18/2019 01:26 PM, Bruce Byfield wrote:
> I'm trying to write an article for Linux Pro Magazine on Macropad
> (http://macropad.co/), and I was hoping to find some help, since my
> experience is limited.
>
> The device comesĀ  with instructions for Windows and macOS, but not for
> Linux. Unfortunately, it uses an atm32u4dfu, and I'm having trouble
> finding a programmer that avrdude can use to communicate with it. Can
> anyone tell me if a suitable programmer exists, and, if so, what it is?
>
> I'm not subscribed to the list, so please cc me on any reply.
>
> Thanks,
>
>
> ooooo
> Bruce Byfield (on Pacific time) 604-421-7189
> "Designing with LibreOffice": www.designingwithlibreoffice.com <http://www.designingwithlibreoffice.com>
> Prentice Pieces: https://prenticepieces.com/
>
> _______________________________________________
> AVR-GCC-list mailing list
> AVR-GCC-list@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/avr-gcc-list


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to