Skip bootloader and use internal oscillator without CKDIV8
This commit is contained in:
6
Makefile
6
Makefile
@@ -57,8 +57,10 @@ flash: $(TARGET)
|
|||||||
$(E) "[AVD] Flashing..."
|
$(E) "[AVD] Flashing..."
|
||||||
$(Q) $(AVD) -l $(LOGFILE) \
|
$(Q) $(AVD) -l $(LOGFILE) \
|
||||||
-c $(ASP) -p $(ARCH) \
|
-c $(ASP) -p $(ARCH) \
|
||||||
-U lfuse:w:0xFF:m \
|
-U lfuse:w:0xC2:m \
|
||||||
-U hfuse:w:0xD2:m \
|
-U hfuse:w:0x9F:m \
|
||||||
|
-U efuse:w:0xFF:m \
|
||||||
|
-U lock:w:0xFF:m \
|
||||||
-U flash:w:$<
|
-U flash:w:$<
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user