Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:optiboot [2021/09/12 05:50] – [Install] darron | tools:optiboot [2024/07/10 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 12: | Line 12: | ||
./ | ./ | ||
</ | </ | ||
+ | |||
+ | ==Get firmware version== | ||
+ | |||
+ | < | ||
+ | git log -n 1 --pretty=format: | ||
+ | 0dd4cedfbd6669d47752707486d3625a911bdb12 | ||
+ | </ | ||
+ | |||
==List all firmware== | ==List all firmware== | ||
Line 60: | Line 68: | ||
===Download=== | ===Download=== | ||
- | [[https:// | + | {{downloads:BL:optiboot_atmega328.hex|optiboot_atmega328.hex}} |
- | [[https:// | + | {{downloads:BL:optiboot_atmega328_pro_8MHz.hex|optiboot_atmega328_pro_8MHz.hex}} |
=== Install === | === Install === | ||
Line 73: | Line 81: | ||
< | < | ||
avrdude -V -B 5 -c usbasp -p ATMEGA328P -e -u -U lock: | avrdude -V -B 5 -c usbasp -p ATMEGA328P -e -u -U lock: | ||
- | avrdude | + | avrdude |
- | avrdude | + | avrdude |
</ | </ | ||
Line 85: | Line 93: | ||
avrdude -V -B 5 -P `pavr2cmd --prog-port` -c avrisp2 -p ATMEGA328P -e -u -U lock: | avrdude -V -B 5 -P `pavr2cmd --prog-port` -c avrisp2 -p ATMEGA328P -e -u -U lock: | ||
avrdude | avrdude | ||
- | avrdude | + | avrdude |
</ | </ | ||
+ | |||
+ | === Test === | ||
+ | |||
+ | ==Arduino Pro Mini with 8 MHz XTAL== | ||
+ | |||
+ | < | ||
+ | $ avrdude -c arduino -b 57600 -D -p m328p -P / | ||
+ | |||
+ | avrdude: AVR device initialized and ready to accept instructions | ||
+ | |||
+ | Reading | ################################################## | ||
+ | |||
+ | avrdude: Device signature = 0x1e950f (probably m328p) | ||
+ | |||
+ | avrdude: safemode: Fuses OK (E:00, H:00, L:00) | ||
+ | |||
+ | avrdude done. Thank you. | ||
+ | </ | ||
+ | |||
+ | ===Resources=== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||