Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Looking for boot loader for Atmega8

Status
Not open for further replies.

nusliqiang

Junior Member level 2
Joined
May 5, 2006
Messages
21
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,410
booter for atmega8

I am looking for boot laoder for Atmega8

Could anyone have this and with small size?
 

ssbl avr

Try this one:
Small Serial Bootloader?
Short & Sweet Bootloader?
Somewhat Smaller Bootloader?
I got tired of fiddling with the available bootloaders for the Atmel ATmega8 chip and wrote my own. This bootloader is designed to be small (fit in the smallest configurable boot block) but still support reasonably fast programming over a serial line.
Most other bootloaders seem to be imitating an existing device programmer. SSBL doesn't take that approach; it tries to supply a small set of primitive operations using which the host can program the device. Most of the programming algorithm is therefore carried out by the host instead of by the bootloader.

https://www.hhhh.org/wiml/proj/avr/ssbl.html

Regards,
IanP
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top