added n27 to flash script.

This commit is contained in:
Martin Preuss
2025-06-25 00:09:41 +02:00
parent 81721ab7eb
commit 688129cf08

View File

@@ -86,6 +86,13 @@ case $NODE in
EFUSE_ARG="-U efuse:w:0xFE:m"
FILE_ARG="-U flash:w:./0-build/avr/devices/n26/boot/n26_boot.hex"
;;
n27)
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/n27/boot/n27_boot.hex"
;;
t03)
DEVICE_ARG="-p t841"
HFUSE_ARG="-U hfuse:w:0xD7:m"