diff --git a/README.md b/README.md index b9e7692..48fd3c3 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,11 @@ JCM from the Discord explained the process pretty good: - Using Platformio: 1. After flashing the bootloader, the ATmega4809 can be programmed via the microUSB connection using PlatformIO by building the project and upload - // Use a AVR programmer or the jtag2updi modified arduino nano/uno menitoned above + - Using AVRDude 1. Folow instructions on : https://github.com/ElTangas/jtag2updi?tab=readme-ov-file#using-with-avrdude 2. Example : avrdude -c jtag2updi -P com7 -p t1614 + - Using AVRDUDESS (AVRDUDE with GUI interface) -- This section many not be completley finished 1. Download and install AVRDUDE 6.3 :https://download-mirror.savannah.gnu.org/releases/avrdude/ 2. Download AVRDUDESS : https://github.com/ZakKemble/AVRDUDESS