Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:yl34 [2022/11/10 15:29] – darron | boards:yl34 [2022/11/10 21:51] (current) – [JTAG] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== YL-34 ==== | ==== YL-34 ==== | ||
<wrap right> | <wrap right> | ||
- | {{: | + | {{: |
- | \\ \\ | + | |
- | {{: | + | |
- | \\ \\ | + | |
- | {{: | + | |
</ | </ | ||
Known as some variation of YL-34 ATMEGA16 ATMEGA32 AVR Minimum System Development Board. | Known as some variation of YL-34 ATMEGA16 ATMEGA32 AVR Minimum System Development Board. | ||
- | |||
- | ===Test=== | ||
===ISP=== | ===ISP=== | ||
- | __USBASP__ | + | ==USBASP== |
+ | <wrap right> | ||
+ | {{: | ||
+ | </ | ||
< | < | ||
- | apt install avrdude | ||
- | rehash | ||
avrdude -B 50 -c usbasp -p ATMEGA32 | avrdude -B 50 -c usbasp -p ATMEGA32 | ||
Line 33: | Line 28: | ||
</ | </ | ||
- | [[https:// | + | ===JTAG=== |
+ | ==ATMEL ICE== | ||
+ | <wrap right> | ||
+ | {{interfaces: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | avrdude -B 5 -c atmelice -p ATMEGA32 | ||
+ | |||
+ | avrdude: AVR device initialized and ready to accept instructions | ||
+ | |||
+ | Reading | ################################################## | ||
+ | |||
+ | avrdude: Device signature = 0x1e9502 (probably m32) | ||
+ | |||
+ | avrdude: safemode: Fuses OK (E:FF, H:19, L:FF) | ||
+ | |||
+ | avrdude done. Thank you. | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | avrdude | ||
+ | |||
+ | avrdude: AVR device initialized and ready to accept instructions | ||
+ | |||
+ | Reading | ################################################## | ||
+ | |||
+ | avrdude: Device signature = 0x1e9502 (probably m32) | ||
+ | |||
+ | avrdude: safemode: Fuses OK (E:FF, H:99, L:E1) | ||
+ | |||
+ | avrdude done. Thank you. | ||
+ | </ | ||
===Resources=== | ===Resources=== | ||
- | [[https:// | + | [[https:// |
+ | |||
+ | [[https:// | ||