Add fuse and lock commands
This commit is contained in:
7
makefile
7
makefile
@@ -26,3 +26,10 @@ term:
|
|||||||
|
|
||||||
avarice:
|
avarice:
|
||||||
avarice --program --file bin/main.elf --part atmega32 --dragon :4242
|
avarice --program --file bin/main.elf --part atmega32 --dragon :4242
|
||||||
|
|
||||||
|
|
||||||
|
fuse:
|
||||||
|
avrdude -p ${MCU} -c ${PROG} -P ${PORT} -U lfuse:w:0xe4:m -U hfuse:w:0xd2:m
|
||||||
|
|
||||||
|
lock:
|
||||||
|
avrdude -p ${MCU} -c ${PROG} -P ${PORT} -U lock:w:0xC0:m
|
Reference in New Issue
Block a user