fixed flashnode.sh for n24, added n25
This commit is contained in:
@@ -63,7 +63,14 @@ case $NODE in
|
|||||||
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/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)
|
t03)
|
||||||
DEVICE_ARG="-p t841"
|
DEVICE_ARG="-p t841"
|
||||||
|
|||||||
Reference in New Issue
Block a user