Differences

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

Link to this comparison view

interfaces:pony [2014/12/20 19:59]
darron
interfaces:pony [2015/03/22 21:55]
Line 1: Line 1:
-==== Pony ==== 
-<wrap right> 
-{{:interfaces:pony.jpg?200}} 
-</wrap> 
  
-Pony is a serial interface adapter for ATMEL ISP. 
- 
-It only works with a motherboard UART or equivalent. 
- 
-== Program == 
-<code> 
-avrdude -P /dev/ttyS0 -c ponyser -p ATMEGA328P -e -u -U lock:w:0x3F:m -U efuse:w:0x05:m -U hfuse:w:0xDE:m -U lfuse:w:0xFF:m -U flash:w:$(BOOTLOADER) -U lock:w:0x2F:m 
-</code>