arduino:isp_with_stk500

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
arduino:isp_with_stk500 [2011/09/12 11:43] – external edit 127.0.0.1arduino:isp_with_stk500 [2013/08/27 06:14] – [AVRDUDE with AVRISP on Linux] brett
Line 69: Line 69:
  
 {{:arduino:program.jpg|}} {{:arduino:program.jpg|}}
 +
 +====== AVRDUDE with AVRISP on Linux ======
 +
 +<code>
 +#!/bin/sh
 +#
 +# Using ESX you can virtually connect the AVR Programer into the VM
 +# This command will drive the AVR ISP and flash a chip
 +# YELLOW WIRE is PIN 1
 +# Power to AVR UNIT
 +# Power to Arduino
 +
 +avrdude -v -c avrisp2 -p m328p -P /dev/ttyUSB0 -b 115200 \
 +-U efuse:w:0x05:m \
 +-U hfuse:w:0xde:m \
 +-U lfuse:w:0xff:m \
 +-U flash:w:jeenode-rf12demo-bootloader.hex
 +</code>
 +
 {{tag>avr STK500 ISP Sure}} {{tag>avr STK500 ISP Sure}}
  • arduino/isp_with_stk500.txt
  • Last modified: 2016/07/23 13:26
  • by minerva9