Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:stk500v2 [2021/09/27 18:17] darrontools:stk500v2 [2024/07/10 12:31] (current) – external edit 127.0.0.1
Line 5: Line 5:
 ===Download=== ===Download===
  
-[[https://wiki.kewl.org/downloads/BL/stk500boot_v2_mega2560.hex|stk500boot_v2_mega2560.hex]]+{{downloads:BL:stk500boot_v2_mega2560.hex|stk500boot_v2_mega2560.hex}}
  
 === Install === === Install ===
Line 22: Line 22:
  
 <code> <code>
-avrdude -V -B 5 -c usbtasp -p atmega2560 -e -u -U lock:w:0x3F:m -U efuse:w:0xFD:m -U hfuse:w:0xD8:m -U lfuse:w:0xFF:+avrdude -V -B 5 -c usbasp -p atmega2560 -e -u -U lock:w:0x3F:m -U efuse:w:0xFD:m -U hfuse:w:0xD8:m -U lfuse:w:0xFF:
-avrdude    -B 5 -c usbtasp -p atmega2560 -D -U flash:w:stk500boot_v2_mega2560.hex:+avrdude    -B 5 -c usbasp -p atmega2560 -D -U flash:w:stk500boot_v2_mega2560.hex:
-avrdude -V -B 5 -c usbtasp -p atmega2560 -u -U lock:w:0x0F:m+avrdude -V -B 5 -c usbasp -p atmega2560 -u -U lock:w:0x0F:m
 </code> </code>
  
 __USBTiny__ __USBTiny__
  
-This programmer does not support the ATMEGA2560.+This programmer does not support devices with greater than 64KB flash (Atmega1281/1280/2561/2560).