removed old nodes from flasher tool.
This commit is contained in:
27
flashnode.sh
27
flashnode.sh
@@ -44,13 +44,6 @@ case $NODE in
|
|||||||
EFUSE_ARG="-U efuse:w:0xFE:m"
|
EFUSE_ARG="-U efuse:w:0xFE:m"
|
||||||
FILE_ARG="-U flash:w:./0-build/avr/devices/n16/boot/n16_boot.hex"
|
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)
|
n21)
|
||||||
DEVICE_ARG="-p t84"
|
DEVICE_ARG="-p t84"
|
||||||
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
||||||
@@ -58,20 +51,6 @@ case $NODE in
|
|||||||
EFUSE_ARG="-U efuse:w:0xFE:m"
|
EFUSE_ARG="-U efuse:w:0xFE:m"
|
||||||
FILE_ARG="-U flash:w:./0-build/avr/devices/n21/boot/n21_boot.hex"
|
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)
|
n24)
|
||||||
DEVICE_ARG="-p t84"
|
DEVICE_ARG="-p t84"
|
||||||
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
||||||
@@ -114,12 +93,12 @@ case $NODE in
|
|||||||
EFUSE_ARG="-U efuse:w:0xFE:m"
|
EFUSE_ARG="-U efuse:w:0xFE:m"
|
||||||
FILE_ARG="-U flash:w:./0-build/avr/devices/n29/boot/n29_boot.hex"
|
FILE_ARG="-U flash:w:./0-build/avr/devices/n29/boot/n29_boot.hex"
|
||||||
;;
|
;;
|
||||||
r04)
|
n30)
|
||||||
DEVICE_ARG="-p t841"
|
DEVICE_ARG="-p t84"
|
||||||
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
HFUSE_ARG="-U hfuse:w:0xD7:m"
|
||||||
LFUSE_ARG=""
|
LFUSE_ARG=""
|
||||||
EFUSE_ARG="-U efuse:w:0xFE:m"
|
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)
|
r05)
|
||||||
DEVICE_ARG="-p t841"
|
DEVICE_ARG="-p t841"
|
||||||
|
|||||||
Reference in New Issue
Block a user