fixed flashnode.sh for n24, added n25

This commit is contained in:
Martin Preuss
2025-06-01 22:37:46 +02:00
parent 08411d9430
commit 8ae50a8d60

View File

@@ -63,7 +63,14 @@ case $NODE in
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/n23/boot/n23_boot.hex"
FILE_ARG="-U flash:w:./0-build/avr/devices/n24/boot/n24_boot.hex"
;;
n25)
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/n25/boot/n25_boot.hex"
;;
t03)
DEVICE_ARG="-p t841"