nusliqiang
Junior Member level 2
booter for atmega8
I am looking for boot laoder for Atmega8
Could anyone have this and with small size?
I am looking for boot laoder for Atmega8
Could anyone have this and with small size?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.