Or... Check out an Arduino install and look at the bootloader source in there. There are options for creating the bootloader on a MEGA128 using one of the USARTs. The Arduino bootloader is based upon the Atmel app note that makes it look like an AVR ISP (STK500). Then you can just use AVRdude or your favorite programmer software and have no need for custom GUI code to download to your part. In my case I'm using it in a MEGA168 with a Sparkfun Bluetooth module for totally wireless code downloading through the virtual COM port on the PC. have fun, DLC stevech11 wrote: > popular one - free. Includes Windows graphical user interface. > http://www.avrfreaks.net/index.php?module=Freaks%20Academy&func=viewItem&item_type=project&item_id=625 > > Have you looked at the others in the projects section of AVRfreaks' forum? > > --- In AVR-Chat@yahoogroups.com, John Samperi <samperi@...> wrote: >> At 03:51 AM 1/09/2009, you wrote: >>> across this one that is USB connected: >> I would suspect that would be rather large because of the USB >> firmware, but if you have the room why not. >> >> Most boot-loaders have been designed to squeeze into the least >> amount of flash. Also not that the boot-loader fuse must be >> checked or programmed unlike what Darren Hutchinson says in his >> webpage. >> >> All of my boards just have a 4 or 6 pin header with the USART pin >> and power, I can then plug in anything, USB or RS323 or even ethernet >> dongles to communicate with the chip. No real estate taken. >> >> Regards >> >> John Samperi >> >> ******************************************************** >> Ampertronics Pty. Ltd. >> 11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA >> Tel. (02) 9674-6495 Fax (02) 9674-8745 >> Website http://www.ampertronics.com.au >> *Electronic Design * Custom Products * Contract Assembly >> ******************************************************** >> > > > > > ------------------------------------ > > Yahoo! Groups Links > > > -- ------------------------------------------------- Dennis Clark TTT Enterprises www.techtoystoday.com -------------------------------------------------
Message
Re: [AVR-Chat] Re: ATMega Bootloader
2009-09-01 by dlc
Attachments
- No local attachments were found for this message.