bootloader
2005-07-30 by tvelliott
Hi All, I'm new to AVR. I have been using Microchip pics for a long time and finally decided to make the switch to Atmel. I'm using avr-gcc on Linux. I bought a little ATMega128 development board. My first order of business was to get a bootloader going. I couldn't find one like I wanted, so I hacked some code that I found. There is a quick readme file in the zip. I put it in the files section under bootloader_m128.zip It has not been thoughly tested yet, but I think it works ok. The thing that makes it different than anything I could locate so far is that it accepts intel hex files via a terminal emulator. Hope someone finds it useful in some way or another. Regards