From 6797f6fe43f1aef47203e4bcc2540d2949a72eee Mon Sep 17 00:00:00 2001 From: -help Date: Sat, 10 Feb 2024 04:39:28 +0200 Subject: [PATCH] Fixing readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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