<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Burning a boot loader to a virgin chip (Sanguino)</title>
        <description> I am working with some high school students that got a Sanguino kit that did not have the boot loader burned/flashed into the AVR chip.

After a lot of research I have blogged on how to use the USB serial cable to program the chip with Audino IDE boot loader code. So no need to buy or hunt down a programmer!

Here&#039;s the steps that I have blogged:

[exmrclean.blogspot.com]

It should be useful with other AVR chip types via the AVRDUDE program.</description>
        <link>https://reprap.org/forum/read.php?13,23497,23497#msg-23497</link>
        <lastBuildDate>Wed, 22 Jul 2026 01:14:10 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,23497,27411#msg-27411</guid>
            <title>Re: Burning a boot loader to a virgin chip (Sanguino)</title>
            <link>https://reprap.org/forum/read.php?13,23497,27411#msg-27411</link>
            <description><![CDATA[ I got one of those type of Sanguino's a stretch back, but used the Arduino as a programmer route. It has come in so handy many times since for flashing bootloaders on to blank atmel chips.<br />
<br />
I keep on planning to get around to building a dedicated board but never quite get there (I want the Arduino back for other projects).<br />
<br />
For anyone planning to go this route you have to disable the programmer Arduino auto reset. Otherwise attempting to use the Arduino Burn Bootloader option fails. It inadvertantly resets the programmer which seeing activity within it's bootloader timeout then fails to load up the programmer sketch in it's own flash.<br />
<br />
Using avrdude though form the command line works a treat.<br />
<br />
Great work on the bit banging route though, it has got to be a cheaper route from A to B for those emergency moments.<br />
<br />
Cheers<br />
<br />
aka47]]></description>
            <dc:creator>aka47</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 11 Sep 2009 07:03:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,23497,27390#msg-27390</guid>
            <title>Re: Burning a boot loader to a virgin chip (Sanguino)</title>
            <link>https://reprap.org/forum/read.php?13,23497,27390#msg-27390</link>
            <description><![CDATA[ And here's one you can build for about 1US$.<br />
The programmer requires a printer port and doesn't protect the port against misuse. but I have been using this design for about 8 years with hundreds if not thousands of processors.<br />
<br />
The parts are 1 db25 plug, 4 resistors and a capacitor.<br />
<br />
[<a href="http://www.opend.co.za/tutorials/avrtut2.htm" target="_blank"  rel="nofollow">www.opend.co.za</a>]]]></description>
            <dc:creator>Murray</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 10 Sep 2009 11:54:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,23497,26966#msg-26966</guid>
            <title>Re: Burning a boot loader to a virgin chip (Sanguino)</title>
            <link>https://reprap.org/forum/read.php?13,23497,26966#msg-26966</link>
            <description><![CDATA[ Hi Javier<br />
<br />
Thats great to hear that you were able to use the same cable and software to program the extruder controller also.]]></description>
            <dc:creator>freds</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 30 Aug 2009 13:06:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,23497,26949#msg-26949</guid>
            <title>Re: Burning a boot loader to a virgin chip (Sanguino)</title>
            <link>https://reprap.org/forum/read.php?13,23497,26949#msg-26949</link>
            <description><![CDATA[ I've added some more information on the above blog. I thought it would bet best to keep it all in one location.<br />
<br />
Javier]]></description>
            <dc:creator>javirosa</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 29 Aug 2009 22:12:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,23497,26430#msg-26430</guid>
            <title>Re: Burning a boot loader to a virgin chip (Sanguino)</title>
            <link>https://reprap.org/forum/read.php?13,23497,26430#msg-26430</link>
            <description><![CDATA[ Your very welcome! <br />
<br />
I see that you posted on the orginal blog that it worked for you with the cupcake. <br />
<br />
Did you use it for both the Sanguino motherboard and the extruder controller?<br />
<br />
If the extuder controller what was the difference in the commands and or fuses?]]></description>
            <dc:creator>freds</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 17 Aug 2009 19:54:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,23497,26385#msg-26385</guid>
            <title>Re: Burning a boot loader to a virgin chip (Sanguino)</title>
            <link>https://reprap.org/forum/read.php?13,23497,26385#msg-26385</link>
            <description><![CDATA[ Thanks for posting this notice and the tutorial.]]></description>
            <dc:creator>javirosa</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 16 Aug 2009 19:32:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,23497,23497#msg-23497</guid>
            <title>Burning a boot loader to a virgin chip (Sanguino)</title>
            <link>https://reprap.org/forum/read.php?13,23497,23497#msg-23497</link>
            <description><![CDATA[ I am working with some high school students that got a Sanguino kit that did not have the boot loader burned/flashed into the AVR chip.<br />
<br />
After a lot of research I have blogged on how to use the USB serial cable to program the chip with Audino IDE boot loader code. So no need to buy or hunt down a programmer!<br />
<br />
Here's the steps that I have blogged:<br />
<br />
[<a href="http://exmrclean.blogspot.com/2009/05/burning-avr-boot-loader-with-usb-ttl.html" target="_blank"  rel="nofollow">exmrclean.blogspot.com</a>]<br />
<br />
It should be useful with other AVR chip types via the AVRDUDE program.]]></description>
            <dc:creator>freds</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 12 May 2009 21:18:41 -0400</pubDate>
        </item>
    </channel>
</rss>
