Close

How to use it

A project log for FTDI-be-gone TTL to UPDI programming adapter

Use the FTDI-be-gone USB UART for UPDI programming

nick-sayerNick Sayer 07/13/2023 at 21:170 Comments

It turns out that there's not been a release of AVRdude for a while, and all of the additions of support for UPDI have only been recently added. So you need to fetch the trunk tip of the repository (see the linked project) and build it for yourself. But having done that, you can, for example:

avrdude -c serialupdi -p t3226 -P /dev/ttyUSB0 -U flash:blinky.hex

Discussions