Close

Demonstration of binary uploading through avrdude to Atmega4809

A project log for ATMega4809 developing board project

Very new chip by Microchip(Atmel) ATmega4809 has a very unique CPLD like logic and also promised to be applied to next Arduino, why not try!

kodera2tkodera2t 05/13/2018 at 03:210 Comments

Here you can see the demonstration movie of binary uploading of my board!

The .hex file uploading command is

avrdude -c jtag2updi -P COM# -p m4809 -U flash:w:name.hex

, where COM# is the port number of your system and name.hex is the name of the binary. It's very handy now! 

Discussions