Content for Bootloader

Bootloader

A boot loader is a type of program that loads and starts the boot time tasks and processes of an operating system or the computer system. It enables loading the operating system within the computer memory when a computer is started or booted up. A boot loader is also known as a boot manager or bootstrap loader.

kiloboot: 1kB TFTP Bootloader for AVR / ENC28J60

“I hate using things I don’t understand. To understand something, really, you have to build it. That’s what I was thinking when I tried to build a sewing machine out of old printers. And I stand by it …

Arduino bootloader with OTA (over the air) support over nRF24L01

“As I was building my SmartHomeDIY platform (OpenSource) one of the first things I was looking for (except of debug tools and board), was a bootloader for Arduino which supports over the air flashing of the internal sketch. I needed …

Writing a Bootloader

“This article series explains how to write a tiny 32-bit x86 operating system kernel. We won’t do very much other than print Hello world! to the screen in increasingly complicated ways! We’ll start off in assembly and then …

Dual boot for arduino

” I would like to introduce a new dualboot feature which can be an add-on to any existing arduino boards. The additional requirement is an external i2c eeprom with minimum size of the internal flash memory.”

Gluon developing a bootloader for the ATtiny104

“The ATtiny102 and ATtiny104 are Atmels newest addition to the AVR ATtiny family. They are a bit different to most of the other devices in that family, since they are based on the AVRTINY CPU core, which was so far …

AUDIOINO, the Arduino with audio bootloader

“For a long time I was building little microcontroller circuits which played with leds, make sounds or controlled little robots. I was always looking for a low cost circuit to program my gadgets because I like to give some of …