<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="sk">
	<id>https://senzor.robotika.sk/sensorwiki/index.php?action=history&amp;feed=atom&amp;title=Arduino%2C_AVR_a_avrdude</id>
	<title>Arduino, AVR a avrdude - História úprav</title>
	<link rel="self" type="application/atom+xml" href="https://senzor.robotika.sk/sensorwiki/index.php?action=history&amp;feed=atom&amp;title=Arduino%2C_AVR_a_avrdude"/>
	<link rel="alternate" type="text/html" href="https://senzor.robotika.sk/sensorwiki/index.php?title=Arduino,_AVR_a_avrdude&amp;action=history"/>
	<updated>2026-05-16T08:52:10Z</updated>
	<subtitle>História úprav pre túto stránku na wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://senzor.robotika.sk/sensorwiki/index.php?title=Arduino,_AVR_a_avrdude&amp;diff=2404&amp;oldid=prev</id>
		<title>Balogh: Nová stránka: Programming the AVR processor with an Arduino bootloader:  Following two lines works only with special version of the avrdude which is part of the Arduino package:  avrdude.exe -Cavr...</title>
		<link rel="alternate" type="text/html" href="https://senzor.robotika.sk/sensorwiki/index.php?title=Arduino,_AVR_a_avrdude&amp;diff=2404&amp;oldid=prev"/>
		<updated>2010-12-03T09:56:09Z</updated>

		<summary type="html">&lt;p&gt;Nová stránka: Programming the AVR processor with an Arduino bootloader:  Following two lines works only with special version of the avrdude which is part of the Arduino package:  avrdude.exe -Cavr...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nová stránka&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Programming the AVR processor with an Arduino bootloader:&lt;br /&gt;
&lt;br /&gt;
Following two lines works only with special version of the avrdude which is part of the Arduino package:&lt;br /&gt;
 avrdude.exe -Cavrdude.conf -v -v -v -v -patmega328p -cstk500v1 -Pcom2 -b57600 -D -Uflash:w:SlowBlink.hex:i&lt;br /&gt;
 avrdude.exe -Cavrdude.conf -patmega328p -cstk500v1 -Pcom2 -b57600 -D -Uflash:w:FastBlink.hex:i&lt;br /&gt;
&lt;br /&gt;
Following version works fine with the avrdude since 5.8. version - tested with the version included in WinAVR version 20100110&lt;br /&gt;
 avrdude.exe -Cavrdude.conf -v -v -v -v -patmega328p -carduino -Pcom2 -b57600 -D -Uflash:w:FastBlink.hex:i&lt;br /&gt;
&lt;br /&gt;
This is the easiest way: use the avrdude version &amp;gt;5.8 which supports arduino bootloader directly&lt;br /&gt;
 avrdude.exe -Cavrdude.conf -v -patmega328p -carduino -Pcom2 -b57600 -D -Uflash:w:FastBlink.hex:i&lt;/div&gt;</summary>
		<author><name>Balogh</name></author>
	</entry>
</feed>