From 5692e656277f639b085890a637a9093de2e679a5 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 1 Mar 2026 21:51:50 +0100 Subject: [PATCH] removed old nodes from flasher tool. --- flashnode.sh | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/flashnode.sh b/flashnode.sh index a2f95bf..b5f5cb0 100755 --- a/flashnode.sh +++ b/flashnode.sh @@ -44,13 +44,6 @@ case $NODE in EFUSE_ARG="-U efuse:w:0xFE:m" FILE_ARG="-U flash:w:./0-build/avr/devices/n16/boot/n16_boot.hex" ;; - n20) - DEVICE_ARG="-p t84" - HFUSE_ARG="-U hfuse:w:0xD7:m" - LFUSE_ARG="" - EFUSE_ARG="-U efuse:w:0xFE:m" - FILE_ARG="-U flash:w:./0-build/avr/devices/n20/n20_boot.hex" - ;; n21) DEVICE_ARG="-p t84" HFUSE_ARG="-U hfuse:w:0xD7:m" @@ -58,20 +51,6 @@ case $NODE in EFUSE_ARG="-U efuse:w:0xFE:m" FILE_ARG="-U flash:w:./0-build/avr/devices/n21/boot/n21_boot.hex" ;; - n22) - DEVICE_ARG="-p t85" - HFUSE_ARG="-U hfuse:w:0xD7:m" - LFUSE_ARG="" - EFUSE_ARG="-U efuse:w:0xFE:m" - FILE_ARG="-U flash:w:./0-build/avr/devices/n22/boot/n22_boot.hex" - ;; - n23) - DEVICE_ARG="-p t84" - HFUSE_ARG="-U hfuse:w:0xD7:m" - LFUSE_ARG="" - EFUSE_ARG="-U efuse:w:0xFE:m" - FILE_ARG="-U flash:w:./0-build/avr/devices/n21/boot/n21_boot.hex" - ;; n24) DEVICE_ARG="-p t84" HFUSE_ARG="-U hfuse:w:0xD7:m" @@ -114,12 +93,12 @@ case $NODE in EFUSE_ARG="-U efuse:w:0xFE:m" FILE_ARG="-U flash:w:./0-build/avr/devices/n29/boot/n29_boot.hex" ;; - r04) - DEVICE_ARG="-p t841" + n30) + DEVICE_ARG="-p t84" HFUSE_ARG="-U hfuse:w:0xD7:m" LFUSE_ARG="" EFUSE_ARG="-U efuse:w:0xFE:m" - FILE_ARG="-U flash:w:./0-build/avr/devices/r04/boot/r04_boot.hex" + FILE_ARG="-U flash:w:./0-build/avr/devices/n30/boot/n30_boot.hex" ;; r05) DEVICE_ARG="-p t841"